Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-27 06:33:17 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-27 06:33:17 +0300
commit89962a759020ff53e5a2a84c42f6cf7ef0046ace (patch)
tree0b50478e72b10faf72d533ff877aaed637a11e3a /l10n
parentd9f51888f991667c0445981006b704402c4c908b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_HK.js14
-rw-r--r--l10n/zh_HK.json12
2 files changed, 26 insertions, 0 deletions
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
new file mode 100644
index 0000000..ede6e90
--- /dev/null
+++ b/l10n/zh_HK.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "apporder",
+ {
+ "App order" : "應用程式順序",
+ "AppOrder" : "應用程式順序",
+ "Sort apps in the menu with drag and drop" : "拖曳來調整選單中應用程式的順序",
+ "Enable sorting the app icons from the personal settings. The order will be saved for each\nuser individually. Administrators can define a custom default order.\n\n## Set a default order for all new users\n\nGo to the Admin settings > Additional settings and drag the icons under App order.\n\n## Use first app as default app\n\nYou can easily let Nextcloud redirect your user to the first app in their\npersonal order by changing the following parameter in your config/config.php:\n\n 'defaultapp' => 'apporder',\n\nUsers will now get redirected to the first app of the default order or to the\nfirst app of the user order." : "允許使用者在個人設定當中調整應用程式圖示的順序,每個使用者可以獨立設定自己偏好的順序,管理員可以也設定預設的順序。\n\n## 為所有新使用者設定預設的順序\n\n前往「設定」>「其他設定」,然後拖曳「應用程式順序」下方的圖示\n\n## 使用第一個應用程式為預設應用程式\n\n您可以設定 Nextcloud 自動在登入時將使用者重導向至他們設定的順序中最前面的應用程式,您需要修改 config/config.php 中的參數如下:\n\n 'defaultapp' => 'apporder',\n\n設定完成之後使用者就會自動被重導向至他們設定的順序中最前面的應用程式。",
+ "App Order" : "應用程式順序",
+ "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "對所有使用者設定預設順序。如果使用者有設定自訂順序則會忽略,不強制使用預設順序。",
+ "Drag the app icons to change their order." : "拖曳應用程式的圖示來更改順序",
+ "Force the default order for all users:" : "強制讓所有使用者使用預設順序:",
+ "If enabled, users will not be able to set a custom order." : "若開啟,使用者將無法設定自訂順序。"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
new file mode 100644
index 0000000..a0cd9b8
--- /dev/null
+++ b/l10n/zh_HK.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "App order" : "應用程式順序",
+ "AppOrder" : "應用程式順序",
+ "Sort apps in the menu with drag and drop" : "拖曳來調整選單中應用程式的順序",
+ "Enable sorting the app icons from the personal settings. The order will be saved for each\nuser individually. Administrators can define a custom default order.\n\n## Set a default order for all new users\n\nGo to the Admin settings > Additional settings and drag the icons under App order.\n\n## Use first app as default app\n\nYou can easily let Nextcloud redirect your user to the first app in their\npersonal order by changing the following parameter in your config/config.php:\n\n 'defaultapp' => 'apporder',\n\nUsers will now get redirected to the first app of the default order or to the\nfirst app of the user order." : "允許使用者在個人設定當中調整應用程式圖示的順序,每個使用者可以獨立設定自己偏好的順序,管理員可以也設定預設的順序。\n\n## 為所有新使用者設定預設的順序\n\n前往「設定」>「其他設定」,然後拖曳「應用程式順序」下方的圖示\n\n## 使用第一個應用程式為預設應用程式\n\n您可以設定 Nextcloud 自動在登入時將使用者重導向至他們設定的順序中最前面的應用程式,您需要修改 config/config.php 中的參數如下:\n\n 'defaultapp' => 'apporder',\n\n設定完成之後使用者就會自動被重導向至他們設定的順序中最前面的應用程式。",
+ "App Order" : "應用程式順序",
+ "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "對所有使用者設定預設順序。如果使用者有設定自訂順序則會忽略,不強制使用預設順序。",
+ "Drag the app icons to change their order." : "拖曳應用程式的圖示來更改順序",
+ "Force the default order for all users:" : "強制讓所有使用者使用預設順序:",
+ "If enabled, users will not be able to set a custom order." : "若開啟,使用者將無法設定自訂順序。"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file