-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
8dcb1e7
commit 1fd597b
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
OC.L10N.register( | ||
"files_photospheres", | ||
{ | ||
"Photo Sphere Viewer" : "Photo Sphere 查看器", | ||
"Enables viewing of google photosphere images" : "启用查看谷歌photosphere图像功能", | ||
"Enables viewing of google photosphere images by\n integrating the photo-sphere-viewer.js component\n into your nextcloud instance." : "允许查看谷歌全景图片,方法是\n将 photo-sphere-viewer.js 整合\n进你的 nextcloud 实例" | ||
"Photo Sphere Viewer" : "Photo Sphere查看器", | ||
"Enables viewing of google photosphere images" : "启用查看Google Photo Sphere图像功能", | ||
"Enables viewing of google photosphere images by\n integrating the photo-sphere-viewer.js component\n into your nextcloud instance." : "允许查看Google Photo Sphere全景图片,方法是\n将photo-sphere-viewer.js 整合\n进你的Nextcloud实例" | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ "translations": { | ||
"Photo Sphere Viewer" : "Photo Sphere 查看器", | ||
"Enables viewing of google photosphere images" : "启用查看谷歌photosphere图像功能", | ||
"Enables viewing of google photosphere images by\n integrating the photo-sphere-viewer.js component\n into your nextcloud instance." : "允许查看谷歌全景图片,方法是\n将 photo-sphere-viewer.js 整合\n进你的 nextcloud 实例" | ||
"Photo Sphere Viewer" : "Photo Sphere查看器", | ||
"Enables viewing of google photosphere images" : "启用查看Google Photo Sphere图像功能", | ||
"Enables viewing of google photosphere images by\n integrating the photo-sphere-viewer.js component\n into your nextcloud instance." : "允许查看Google Photo Sphere全景图片,方法是\n将photo-sphere-viewer.js 整合\n进你的Nextcloud实例" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |