diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-04 02:24:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-04 02:24:48 +0000 |
commit | bfd926938f5c26f22fb453ad24b62817170dd2a4 (patch) | |
tree | 5bea75d555ade2787cc4026f2fc8c44eb9e20ab0 /lib/l10n | |
parent | 6f55d2e293e7f6111f6ffd2f43689963bb5a6a43 (diff) | |
download | nextcloud-server-bfd926938f5c26f22fb453ad24b62817170dd2a4.tar.gz nextcloud-server-bfd926938f5c26f22fb453ad24b62817170dd2a4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/nl.js | 1 | ||||
-rw-r--r-- | lib/l10n/nl.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index a90476d2238..cd71a77d212 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Leeg bestand", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met ID: %s bestaat niet. Schakel die in binnen de app-instellingen of neem contact op met je beheerder.", "File already exists" : "Bestand bestaat al", + "Invalid path" : "Ongeldig pad", "Failed to create file from template" : "Kon geen bestand van het sjabloon maken", "Templates" : "Sjablonen", "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 54e13bfc021..1f3286216f8 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -70,6 +70,7 @@ "Empty file" : "Leeg bestand", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met ID: %s bestaat niet. Schakel die in binnen de app-instellingen of neem contact op met je beheerder.", "File already exists" : "Bestand bestaat al", + "Invalid path" : "Ongeldig pad", "Failed to create file from template" : "Kon geen bestand van het sjabloon maken", "Templates" : "Sjablonen", "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 6c52d4ec486..c2ad7ffcedf 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", "File name is a reserved word" : "檔案名稱是保留字", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index cb329e17232..312f4b1ee7c 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -70,6 +70,7 @@ "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", "File name is a reserved word" : "檔案名稱是保留字", |