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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/dashboard/l10n/ar.js3
-rw-r--r--apps/dashboard/l10n/ar.json3
-rw-r--r--apps/files/l10n/fr.js2
-rw-r--r--apps/files/l10n/fr.json2
-rw-r--r--apps/files_sharing/l10n/zh_HK.js11
-rw-r--r--apps/files_sharing/l10n/zh_HK.json11
-rw-r--r--apps/files_sharing/l10n/zh_TW.js33
-rw-r--r--apps/files_sharing/l10n/zh_TW.json33
-rw-r--r--apps/files_trashbin/l10n/zh_TW.js16
-rw-r--r--apps/files_trashbin/l10n/zh_TW.json16
-rw-r--r--apps/files_versions/l10n/zh_TW.js6
-rw-r--r--apps/files_versions/l10n/zh_TW.json6
-rw-r--r--apps/lookup_server_connector/l10n/zh_TW.js7
-rw-r--r--apps/lookup_server_connector/l10n/zh_TW.json5
-rw-r--r--apps/oauth2/l10n/zh_TW.js22
-rw-r--r--apps/oauth2/l10n/zh_TW.json22
-rw-r--r--apps/provisioning_api/l10n/zh_TW.js9
-rw-r--r--apps/provisioning_api/l10n/zh_TW.json7
-rw-r--r--apps/settings/l10n/ar.js6
-rw-r--r--apps/settings/l10n/ar.json6
-rw-r--r--apps/updatenotification/l10n/ru.js2
-rw-r--r--apps/updatenotification/l10n/ru.json2
-rw-r--r--apps/updatenotification/l10n/zh_HK.js8
-rw-r--r--apps/updatenotification/l10n/zh_HK.json8
-rw-r--r--apps/updatenotification/l10n/zh_TW.js2
-rw-r--r--apps/updatenotification/l10n/zh_TW.json2
-rw-r--r--core/l10n/lo.js233
-rw-r--r--core/l10n/lo.json231
-rw-r--r--core/l10n/sc.js26
-rw-r--r--core/l10n/sc.json26
-rw-r--r--lib/l10n/lo.js6
-rw-r--r--lib/l10n/lo.json6
32 files changed, 714 insertions, 64 deletions
diff --git a/apps/dashboard/l10n/ar.js b/apps/dashboard/l10n/ar.js
index 5b2837ac265..7fc2bedadd4 100644
--- a/apps/dashboard/l10n/ar.js
+++ b/apps/dashboard/l10n/ar.js
@@ -21,6 +21,9 @@ OC.L10N.register(
"Good afternoon, {name}" : "ู…ุณุงุก ุงู„ุฎูŠุฑุŒ {name}",
"Good evening" : "ู…ุณุงุก ุงู„ุฎูŠุฑ",
"Good evening, {name}" : "ู…ุณุงุก ุงู„ุฎูŠุฑุŒ {name}",
+ "Hello" : "ู…ุฑุญุจุง",
+ "Hello, {name}" : "ู…ุฑุญุจุงุŒ ",
+ "Pick from Files" : "ุงุฎุชุฑ ู…ู† ุงู„ู…ู„ูุงุช",
"Default images" : "ุงู„ุตูˆุฑ ุงู„ุฅูุชุฑุงุถูŠุฉ",
"Plain background" : "ุฎู„ููŠุฉ ุณุงุฏุฉ",
"Insert from {productName}" : "ุงุถู ู…ู† {productName}",
diff --git a/apps/dashboard/l10n/ar.json b/apps/dashboard/l10n/ar.json
index b2e53991ead..c5a2122007f 100644
--- a/apps/dashboard/l10n/ar.json
+++ b/apps/dashboard/l10n/ar.json
@@ -19,6 +19,9 @@
"Good afternoon, {name}" : "ู…ุณุงุก ุงู„ุฎูŠุฑุŒ {name}",
"Good evening" : "ู…ุณุงุก ุงู„ุฎูŠุฑ",
"Good evening, {name}" : "ู…ุณุงุก ุงู„ุฎูŠุฑุŒ {name}",
+ "Hello" : "ู…ุฑุญุจุง",
+ "Hello, {name}" : "ู…ุฑุญุจุงุŒ ",
+ "Pick from Files" : "ุงุฎุชุฑ ู…ู† ุงู„ู…ู„ูุงุช",
"Default images" : "ุงู„ุตูˆุฑ ุงู„ุฅูุชุฑุงุถูŠุฉ",
"Plain background" : "ุฎู„ููŠุฉ ุณุงุฏุฉ",
"Insert from {productName}" : "ุงุถู ู…ู† {productName}",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index f9d62ce279d..a84441e0ce9 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -43,7 +43,7 @@ OC.L10N.register(
"Pending" : "En attente",
"Unable to determine date" : "Impossible de dรฉterminer la date",
"This operation is forbidden" : "Cette opรฉration est interdite",
- "This directory is unavailable, please check the logs or contact the administrator" : "Ce rรฉpertoire est indisponnible, merci de consulter les journaux ou de contacter votre administrateur",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Ce rรฉpertoire est indisponible, merci de consulter les journaux ou de contacter votre administrateur",
"Could not move \"{file}\", target exists" : "Impossible de dรฉplacer \"{file}\", la cible existe",
"Could not move \"{file}\"" : "Impossible de dรฉplacer \"{file}\"",
"copy" : "copie",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 5a17c27bd2b..3058d9dcd2a 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -41,7 +41,7 @@
"Pending" : "En attente",
"Unable to determine date" : "Impossible de dรฉterminer la date",
"This operation is forbidden" : "Cette opรฉration est interdite",
- "This directory is unavailable, please check the logs or contact the administrator" : "Ce rรฉpertoire est indisponnible, merci de consulter les journaux ou de contacter votre administrateur",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Ce rรฉpertoire est indisponible, merci de consulter les journaux ou de contacter votre administrateur",
"Could not move \"{file}\", target exists" : "Impossible de dรฉplacer \"{file}\", la cible existe",
"Could not move \"{file}\"" : "Impossible de dรฉplacer \"{file}\"",
"copy" : "copie",
diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js
index 9b4e56185dc..31940ca9c6a 100644
--- a/apps/files_sharing/l10n/zh_HK.js
+++ b/apps/files_sharing/l10n/zh_HK.js
@@ -133,8 +133,10 @@ OC.L10N.register(
"One or more of your shares will expire tomorrow" : "ๆ‚จ็š„ไธ€ๅ€‹ๆˆ–ๅคšๅ€‹ๅˆ†ไบซๅฐ‡ๆ–ผๆ˜ŽๅคฉๅˆฐๆœŸ",
"Your share of {node} will expire tomorrow" : "ๆ‚จ {node} ็š„ๅˆ†ไบซๅฐ‡ๆ–ผๆ˜ŽๅคฉๅˆฐๆœŸ",
"You received {share} as a share by {user}" : "ๆ‚จๆ”ถๅˆฐ {user} ็š„ๅˆ†ไบซ {share}",
+ "You received {share} to group {group} as a share by {user}" : "ๆ‚จๆ”ถๅˆฐไบ† {user} ๅˆ†ไบซ็š„ {share} ๅˆฐ {group} ็พค็ต„",
"Accept" : "ๆŽฅๅ—",
"Reject" : "ๆ‹’็ต•",
+ "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "่ฉฒๆ‡‰็”จ็จ‹ๅบไฝฟ็”จๆˆถๅฏไปฅๅœจNextcloudไธญๅ…ฑไบซๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅ•Ÿ็”จ๏ผŒ็ฎก็†ๅ“กๅฏไปฅ้ธๆ“‡ๅฏไปฅๅ…ฑไบซๆ–‡ไปถ็š„็พค็ต„ใ€‚็„ถๅพŒ๏ผŒ้ฉ็”จ็š„็”จๆˆถๅฏไปฅ่ˆ‡Nextcloudไธญ็š„ๅ…ถไป–็”จๆˆถๅ’Œ็พค็ต„ๅ…ฑไบซๆช”ๆกˆๅ’Œ่ณ‡ๆ–™ๅคพใ€‚ๆญคๅค–๏ผŒๅฆ‚ๆžœ็ฎก็†ๅ“กๅ•Ÿ็”จไบ†ๅ…ฑไบซ้€ฃ็ตๅŠŸ่ƒฝ๏ผŒๅ‰‡ๅฏไปฅไฝฟ็”จๅค–้ƒจ้€ฃ็ต่ˆ‡Nextcloudไน‹ๅค–็š„ๅ…ถไป–็”จๆˆถๅˆ†ไบซๆช”ๆกˆใ€‚็ฎก็†ๅ“ก้‚„ๅฏไปฅๅฏฆๆ–ฝๅฏ†็ขผ๏ผŒๆœ‰ๆ•ˆๆœŸ๏ผŒไธฆๅ…่จฑ้€š้Žๅˆ†ไบซๆช”ๆกˆ้€ฒ่กŒไผบๆœๅ™จๅˆฐไผบๆœๅ™จ็š„ๅˆ†ไบซไปฅๅŠๅพžๆตๅ‹•่ฃ็ฝฎ้€ฒ่กŒๅˆ†ไบซใ€‚\n้—œ้–‰ๆญคๅŠŸ่ƒฝๅฐ‡ๅˆช้™คไผบๆœๅ™จไธŠๆ‰€ๆœ‰ๅˆ†ไบซๆ”ถไปถไบบไปฅๅŠๅŒๆญฅๅฎขๆˆถ็ซฏๅ’Œๆตๅ‹•ๆ‡‰็”จ็จ‹ๅบไธŠ็š„ๅˆ†ไบซไบ†ๆช”ๆกˆๅ’Œ่ณ‡ๆ–™ๅคพใ€‚Nextcloudๆ–‡ๆช”ไธญๆไพ›ไบ†ๆ›ดๅคšไฟกๆฏใ€‚",
"Sharing" : "ๅˆ†ไบซ",
"Accept user and group shares by default" : "้ป˜่ชๆŽฅๅ—็”จๆˆถๅ’Œ็พค็ต„ๅ…ฑไบซ",
"Allow editing" : "ๅ…่จฑ็ทจ่ผฏ",
@@ -176,12 +178,15 @@ OC.L10N.register(
"Hide download" : "้šฑ่—ไธ‹่ผ‰",
"Password protect" : "ๅฏ†็ขผ้˜ฒ่ญท",
"Video verification" : "่ฆ–้ ป้ฉ—่ญ‰",
+ "Enter a note for the share recipient" : "่ผธๅ…ฅๅˆ†ไบซๆ”ถไปถไบบ็š„่จป้‡‹",
"Add another link" : "ๅŠ ๅ…ฅๅฆไธ€ๅ€‹้€ฃ็ต",
"Create a new share link" : "ๅปบ็ซ‹ๆ–ฐๅˆ†ไบซ้€ฃ็ต",
"{shareWith} by {initiator}" : "{initiator} ๅˆ†ไบซไบ† {shareWith}",
"Shared via link by {initiator}" : "็”ฑ {initiator} ้€้Ž้€ฃ็ตๅˆ†ไบซ",
"Share link ({label})" : "ๅˆ†ไบซ้€ฃ็ต ({label})",
"Share link" : "ๅˆ†ไบซ้€ฃ็ต",
+ "Error, please enter proper password and/or expiration date" : "้Œฏ่ชค๏ผŒ่ซ‹่ผธๅ…ฅๆญฃ็ขบ็š„ๅฏ†็ขผๅ’Œ/ๆˆ–ๆœ‰ๆ•ˆๆœŸ",
+ "No recommendations. Start typing." : "ๆฒ’ๆœ‰ๅปบ่ญฐใ€‚้–‹ๅง‹่ผธๅ…ฅใ€‚",
"Resharing is not allowed" : "ไธๅ…่จฑ้‡ๆ–ฐๅˆ†ไบซ",
"Name or email โ€ฆ" : "ๅๅญ—ๆˆ–้›ป้ƒตๅœฐๅ€",
"Name, email, or Federated Cloud ID โ€ฆ" : "ๅๅญ—๏ผŒ้›ป้ƒตๅœฐๅ€ๆˆ– Federated Cloud ID โ€ฆ",
@@ -189,6 +194,11 @@ OC.L10N.register(
"No elements found." : "ๆ‰พไธๅˆฐๅ…ƒ็ด ใ€‚",
"Search globally" : "ๅ…จๅŸŸๆœๅฐ‹",
"on {server}" : "ๅœจ {server} ไธŠ",
+ "Others with access" : "ๆœ‰ๅญ˜ๅ–ๆฌŠ้™็š„ๅ…ถไป–ไบบ",
+ "No other users with access found" : "ๆ‰พไธๅˆฐๅ…ถไป–ๅ…ทๆœ‰ๅญ˜ๅ–ๆฌŠ้™็š„็”จๆˆถ",
+ "Toggle list of others with access to this directory" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญค็›ฎ้Œ„็š„ๅ…ถไป–ไบบ็š„ๆธ…ๅ–ฎ",
+ "Toggle list of others with access to this file" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญคๆช”ๆกˆ็š„ๅ…ถไป–ไบบ็š„ๆธ…ๅ–ฎ",
+ "Unable to fetch inherited shares" : "็„กๆณ•็ฒๅ–็นผๆ‰ฟ็š„ๅˆ†ไบซ",
"Unable to load the shares list" : "็„กๆณ•่ผ‰ๅ…ฅๅˆ†ไบซๆธ…ๅ–ฎ",
"Expires {relativetime}" : "ๆœ‰ๆ•ˆๆœŸ่‡ณ {relativetime}",
"this share just expired." : "ๆญคๅˆ†ไบซๅ‰›้ŽๆœŸใ€‚",
@@ -215,6 +225,7 @@ OC.L10N.register(
"the link expired" : "้€ฃ็ตๅทฒ้ŽๆœŸ",
"sharing is disabled" : "ๅˆ†ไบซๅŠŸ่ƒฝๅทฒๅœ็”จ",
"For more info, please ask the person who sent this link." : "่ซ‹่ฉขๅ•ๅ‘Š่จดๆ‚จๆญค้€ฃ็ต็š„ไบบไปฅ็žญ่งฃๆ›ดๅคš",
+ "Share note" : "ๅˆ†ไบซ็ญ†่จ˜",
"Toggle grid view" : "ๅˆ‡ๆ›็ถฒๆ ผๆชข่ฆ–",
"Download %s" : "ไธ‹่ผ‰ %s",
"Upload files to %s" : "ไธŠๅ‚ณๆช”ๆกˆๅˆฐ %s",
diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json
index 0d3de1a76dc..50d3c7deee7 100644
--- a/apps/files_sharing/l10n/zh_HK.json
+++ b/apps/files_sharing/l10n/zh_HK.json
@@ -131,8 +131,10 @@
"One or more of your shares will expire tomorrow" : "ๆ‚จ็š„ไธ€ๅ€‹ๆˆ–ๅคšๅ€‹ๅˆ†ไบซๅฐ‡ๆ–ผๆ˜ŽๅคฉๅˆฐๆœŸ",
"Your share of {node} will expire tomorrow" : "ๆ‚จ {node} ็š„ๅˆ†ไบซๅฐ‡ๆ–ผๆ˜ŽๅคฉๅˆฐๆœŸ",
"You received {share} as a share by {user}" : "ๆ‚จๆ”ถๅˆฐ {user} ็š„ๅˆ†ไบซ {share}",
+ "You received {share} to group {group} as a share by {user}" : "ๆ‚จๆ”ถๅˆฐไบ† {user} ๅˆ†ไบซ็š„ {share} ๅˆฐ {group} ็พค็ต„",
"Accept" : "ๆŽฅๅ—",
"Reject" : "ๆ‹’็ต•",
+ "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "่ฉฒๆ‡‰็”จ็จ‹ๅบไฝฟ็”จๆˆถๅฏไปฅๅœจNextcloudไธญๅ…ฑไบซๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅ•Ÿ็”จ๏ผŒ็ฎก็†ๅ“กๅฏไปฅ้ธๆ“‡ๅฏไปฅๅ…ฑไบซๆ–‡ไปถ็š„็พค็ต„ใ€‚็„ถๅพŒ๏ผŒ้ฉ็”จ็š„็”จๆˆถๅฏไปฅ่ˆ‡Nextcloudไธญ็š„ๅ…ถไป–็”จๆˆถๅ’Œ็พค็ต„ๅ…ฑไบซๆช”ๆกˆๅ’Œ่ณ‡ๆ–™ๅคพใ€‚ๆญคๅค–๏ผŒๅฆ‚ๆžœ็ฎก็†ๅ“กๅ•Ÿ็”จไบ†ๅ…ฑไบซ้€ฃ็ตๅŠŸ่ƒฝ๏ผŒๅ‰‡ๅฏไปฅไฝฟ็”จๅค–้ƒจ้€ฃ็ต่ˆ‡Nextcloudไน‹ๅค–็š„ๅ…ถไป–็”จๆˆถๅˆ†ไบซๆช”ๆกˆใ€‚็ฎก็†ๅ“ก้‚„ๅฏไปฅๅฏฆๆ–ฝๅฏ†็ขผ๏ผŒๆœ‰ๆ•ˆๆœŸ๏ผŒไธฆๅ…่จฑ้€š้Žๅˆ†ไบซๆช”ๆกˆ้€ฒ่กŒไผบๆœๅ™จๅˆฐไผบๆœๅ™จ็š„ๅˆ†ไบซไปฅๅŠๅพžๆตๅ‹•่ฃ็ฝฎ้€ฒ่กŒๅˆ†ไบซใ€‚\n้—œ้–‰ๆญคๅŠŸ่ƒฝๅฐ‡ๅˆช้™คไผบๆœๅ™จไธŠๆ‰€ๆœ‰ๅˆ†ไบซๆ”ถไปถไบบไปฅๅŠๅŒๆญฅๅฎขๆˆถ็ซฏๅ’Œๆตๅ‹•ๆ‡‰็”จ็จ‹ๅบไธŠ็š„ๅˆ†ไบซไบ†ๆช”ๆกˆๅ’Œ่ณ‡ๆ–™ๅคพใ€‚Nextcloudๆ–‡ๆช”ไธญๆไพ›ไบ†ๆ›ดๅคšไฟกๆฏใ€‚",
"Sharing" : "ๅˆ†ไบซ",
"Accept user and group shares by default" : "้ป˜่ชๆŽฅๅ—็”จๆˆถๅ’Œ็พค็ต„ๅ…ฑไบซ",
"Allow editing" : "ๅ…่จฑ็ทจ่ผฏ",
@@ -174,12 +176,15 @@
"Hide download" : "้šฑ่—ไธ‹่ผ‰",
"Password protect" : "ๅฏ†็ขผ้˜ฒ่ญท",
"Video verification" : "่ฆ–้ ป้ฉ—่ญ‰",
+ "Enter a note for the share recipient" : "่ผธๅ…ฅๅˆ†ไบซๆ”ถไปถไบบ็š„่จป้‡‹",
"Add another link" : "ๅŠ ๅ…ฅๅฆไธ€ๅ€‹้€ฃ็ต",
"Create a new share link" : "ๅปบ็ซ‹ๆ–ฐๅˆ†ไบซ้€ฃ็ต",
"{shareWith} by {initiator}" : "{initiator} ๅˆ†ไบซไบ† {shareWith}",
"Shared via link by {initiator}" : "็”ฑ {initiator} ้€้Ž้€ฃ็ตๅˆ†ไบซ",
"Share link ({label})" : "ๅˆ†ไบซ้€ฃ็ต ({label})",
"Share link" : "ๅˆ†ไบซ้€ฃ็ต",
+ "Error, please enter proper password and/or expiration date" : "้Œฏ่ชค๏ผŒ่ซ‹่ผธๅ…ฅๆญฃ็ขบ็š„ๅฏ†็ขผๅ’Œ/ๆˆ–ๆœ‰ๆ•ˆๆœŸ",
+ "No recommendations. Start typing." : "ๆฒ’ๆœ‰ๅปบ่ญฐใ€‚้–‹ๅง‹่ผธๅ…ฅใ€‚",
"Resharing is not allowed" : "ไธๅ…่จฑ้‡ๆ–ฐๅˆ†ไบซ",
"Name or email โ€ฆ" : "ๅๅญ—ๆˆ–้›ป้ƒตๅœฐๅ€",
"Name, email, or Federated Cloud ID โ€ฆ" : "ๅๅญ—๏ผŒ้›ป้ƒตๅœฐๅ€ๆˆ– Federated Cloud ID โ€ฆ",
@@ -187,6 +192,11 @@
"No elements found." : "ๆ‰พไธๅˆฐๅ…ƒ็ด ใ€‚",
"Search globally" : "ๅ…จๅŸŸๆœๅฐ‹",
"on {server}" : "ๅœจ {server} ไธŠ",
+ "Others with access" : "ๆœ‰ๅญ˜ๅ–ๆฌŠ้™็š„ๅ…ถไป–ไบบ",
+ "No other users with access found" : "ๆ‰พไธๅˆฐๅ…ถไป–ๅ…ทๆœ‰ๅญ˜ๅ–ๆฌŠ้™็š„็”จๆˆถ",
+ "Toggle list of others with access to this directory" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญค็›ฎ้Œ„็š„ๅ…ถไป–ไบบ็š„ๆธ…ๅ–ฎ",
+ "Toggle list of others with access to this file" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญคๆช”ๆกˆ็š„ๅ…ถไป–ไบบ็š„ๆธ…ๅ–ฎ",
+ "Unable to fetch inherited shares" : "็„กๆณ•็ฒๅ–็นผๆ‰ฟ็š„ๅˆ†ไบซ",
"Unable to load the shares list" : "็„กๆณ•่ผ‰ๅ…ฅๅˆ†ไบซๆธ…ๅ–ฎ",
"Expires {relativetime}" : "ๆœ‰ๆ•ˆๆœŸ่‡ณ {relativetime}",
"this share just expired." : "ๆญคๅˆ†ไบซๅ‰›้ŽๆœŸใ€‚",
@@ -213,6 +223,7 @@
"the link expired" : "้€ฃ็ตๅทฒ้ŽๆœŸ",
"sharing is disabled" : "ๅˆ†ไบซๅŠŸ่ƒฝๅทฒๅœ็”จ",
"For more info, please ask the person who sent this link." : "่ซ‹่ฉขๅ•ๅ‘Š่จดๆ‚จๆญค้€ฃ็ต็š„ไบบไปฅ็žญ่งฃๆ›ดๅคš",
+ "Share note" : "ๅˆ†ไบซ็ญ†่จ˜",
"Toggle grid view" : "ๅˆ‡ๆ›็ถฒๆ ผๆชข่ฆ–",
"Download %s" : "ไธ‹่ผ‰ %s",
"Upload files to %s" : "ไธŠๅ‚ณๆช”ๆกˆๅˆฐ %s",
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js
index 16c1886ec57..73b87eb73af 100644
--- a/apps/files_sharing/l10n/zh_TW.js
+++ b/apps/files_sharing/l10n/zh_TW.js
@@ -183,13 +183,34 @@ OC.L10N.register(
"Create a new share link" : "ๅปบ็ซ‹ๆ–ฐๅˆ†ไบซ้€ฃ็ต",
"{shareWith} by {initiator}" : "{shareWith} ็”ฑ {initiator}",
"Shared via link by {initiator}" : "็”ฑ {initiator} ้€้Ž้€ฃ็ตๅˆ†ไบซ",
+ "Share link ({label})" : "ๅˆ†ไบซ้€ฃ็ต ({label})",
"Share link" : "ๅˆ†ไบซ้€ฃ็ต",
+ "Error, please enter proper password and/or expiration date" : "้Œฏ่ชค๏ผŒ่ซ‹่ผธๅ…ฅๆญฃ็ขบ็š„ๅฏ†็ขผๅŠ๏ผๆˆ–ๅˆฐๆœŸๆ—ฅ",
+ "No recommendations. Start typing." : "ๆฒ’ๆœ‰ๅปบ่ญฐใ€‚้–‹ๅง‹่ผธๅ…ฅใ€‚",
"Resharing is not allowed" : "ไธๅ…่จฑ้‡ๆ–ฐๅˆ†ไบซ",
+ "Name or email โ€ฆ" : "ๅ็จฑๆˆ–้›ปๅญ้ƒตไปถโ€ฆโ€ฆ",
+ "Name, email, or Federated Cloud ID โ€ฆ" : "ๅ็จฑใ€้›ปๅญ้ƒตไปถๆˆ–้›ฒ็ซฏ่ฏ็›Ÿ IDโ€ฆโ€ฆ",
+ "Searching โ€ฆ" : "ๆญฃๅœจๆœๅฐ‹โ€ฆโ€ฆ",
+ "No elements found." : "ๆ‰พไธๅˆฐๅ…ƒ็ด ใ€‚",
"Search globally" : "ๅ…จๅŸŸๆœๅฐ‹",
+ "on {server}" : "ๆ–ผ {server}",
+ "Others with access" : "ๆœ‰ๅญ˜ๅ–ๆฌŠ็š„ๅ…ถไป–ไบบ",
+ "No other users with access found" : "ๆ‰พไธๅˆฐๅ…ถไป–ๆœ‰ๅญ˜ๅ–ๆฌŠ็š„ไฝฟ็”จ่€…",
+ "Toggle list of others with access to this directory" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญค็›ฎ้Œ„็š„ๅ…ถไป–ไบบ็š„ๅˆ—่กจ",
+ "Toggle list of others with access to this file" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญคๆช”ๆกˆ็š„ๅ…ถไป–ไบบ็š„ๅˆ—่กจ",
+ "Unable to fetch inherited shares" : "็„กๆณ•ๆ“ทๅ–็นผๆ‰ฟ็š„ๅˆ†ไบซ",
+ "Unable to load the shares list" : "็„กๆณ•่ผ‰ๅ…ฅๅˆ†ไบซๅˆ—่กจ",
+ "Expires {relativetime}" : "้ŽๆœŸๆ–ผ {relativetime}",
+ "this share just expired." : "ๆญคๅˆ†ไบซๅ‰›้ŽๆœŸใ€‚",
+ "Link to a file" : "ๆช”ๆกˆ้€ฃ็ต",
+ "Error creating the share: {errorMessage}" : "ๅปบ็ซ‹ๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš{errorMessage}",
+ "Error creating the share" : "ๅปบ็ซ‹ๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error updating the share: {errorMessage}" : "ๆ›ดๆ–ฐๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš{errorMessage}",
+ "Error updating the share" : "ๆ›ดๆ–ฐๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš",
"Shared" : "ๅทฒๅˆ†ไบซ",
"Share" : "ๅˆ†ไบซ",
"Shared with" : "ๅˆ†ไบซ็ตฆ",
- "Shared with you and the group {group} by {owner}" : "็”ฑ {owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {group}็พค็ต„",
+ "Shared with you and the group {group} by {owner}" : "็”ฑ {owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {group} ็พค็ต„",
"Shared with you and {circle} by {owner}" : "{owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {circle}",
"Shared with you and the conversation {conversation} by {owner}" : "{owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {conversation} ๅฐ่ฉฑ",
"Shared with you in a conversation by {owner}" : "{owner} ๅœจๅฐ่ฉฑไธญๅˆ†ไบซ็ตฆๆ‚จ",
@@ -203,12 +224,16 @@ OC.L10N.register(
"the item was removed" : "้ …็›ฎๅทฒ็ถ“็งป้™ค",
"the link expired" : "้€ฃ็ต้ŽๆœŸ",
"sharing is disabled" : "ๅˆ†ไบซๅŠŸ่ƒฝๅทฒๅœ็”จ",
- "For more info, please ask the person who sent this link." : "่ซ‹่ฉขๅ•ๅ‘Š่จดๆ‚จๆญค้€ฃ็ต็š„ไบบไปฅ็žญ่งฃๆ›ดๅคš",
+ "For more info, please ask the person who sent this link." : "่ฆๅ–ๅพ—ๆ›ดๅคš่ณ‡่จŠ๏ผŒ่ซ‹่ฉขๅ•ๅ‚ณ้€ๆญค้€ฃ็ต็ตฆๆ‚จ็š„ไบบใ€‚",
+ "Share note" : "ๅˆ†ไบซ่จŠๆฏ",
"Toggle grid view" : "ๅˆ‡ๆ›็ถฒๆ ผๆชข่ฆ–",
"Download %s" : "ไธ‹่ผ‰ %s",
"Upload files to %s" : "ไธŠๅ‚ณๆช”ๆกˆๅˆฐ %s",
"Note" : "็ญ†่จ˜",
- "Select or drop files" : "้ธๆ“‡ๆˆ–ๆ‹–ๆ›ณๆช”ๆกˆ่‡ณๆญค",
- "Uploaded files:" : "ๅทฒไธŠๅ‚ณ็š„ๆช”ๆกˆ๏ผš"
+ "Select or drop files" : "้ธๅ–ๆˆ–ๆ‹–ๆ›ณๆช”ๆกˆ",
+ "Uploading files" : "ๆญฃๅœจไธŠๅ‚ณๆช”ๆกˆ",
+ "Uploaded files:" : "ๅทฒไธŠๅ‚ณ็š„ๆช”ๆกˆ๏ผš",
+ "By uploading files, you agree to the %1$sterms of service%2$s." : "ไธŠๅ‚ณๆช”ๆกˆๅณ่กจ็คบๆ‚จๅŒๆ„%1$sๆœๅ‹™ๆขๆฌพ%2$sใ€‚",
+ "Name, email, or federated cloud ID โ€ฆ" : "ๅ็จฑใ€้›ปๅญ้ƒตไปถๆˆ–้›ฒ็ซฏ่ฏ็›Ÿ IDโ€ฆโ€ฆ"
},
"nplurals=1; plural=0;");
diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json
index 8d8277ae318..b45aab56747 100644
--- a/apps/files_sharing/l10n/zh_TW.json
+++ b/apps/files_sharing/l10n/zh_TW.json
@@ -181,13 +181,34 @@
"Create a new share link" : "ๅปบ็ซ‹ๆ–ฐๅˆ†ไบซ้€ฃ็ต",
"{shareWith} by {initiator}" : "{shareWith} ็”ฑ {initiator}",
"Shared via link by {initiator}" : "็”ฑ {initiator} ้€้Ž้€ฃ็ตๅˆ†ไบซ",
+ "Share link ({label})" : "ๅˆ†ไบซ้€ฃ็ต ({label})",
"Share link" : "ๅˆ†ไบซ้€ฃ็ต",
+ "Error, please enter proper password and/or expiration date" : "้Œฏ่ชค๏ผŒ่ซ‹่ผธๅ…ฅๆญฃ็ขบ็š„ๅฏ†็ขผๅŠ๏ผๆˆ–ๅˆฐๆœŸๆ—ฅ",
+ "No recommendations. Start typing." : "ๆฒ’ๆœ‰ๅปบ่ญฐใ€‚้–‹ๅง‹่ผธๅ…ฅใ€‚",
"Resharing is not allowed" : "ไธๅ…่จฑ้‡ๆ–ฐๅˆ†ไบซ",
+ "Name or email โ€ฆ" : "ๅ็จฑๆˆ–้›ปๅญ้ƒตไปถโ€ฆโ€ฆ",
+ "Name, email, or Federated Cloud ID โ€ฆ" : "ๅ็จฑใ€้›ปๅญ้ƒตไปถๆˆ–้›ฒ็ซฏ่ฏ็›Ÿ IDโ€ฆโ€ฆ",
+ "Searching โ€ฆ" : "ๆญฃๅœจๆœๅฐ‹โ€ฆโ€ฆ",
+ "No elements found." : "ๆ‰พไธๅˆฐๅ…ƒ็ด ใ€‚",
"Search globally" : "ๅ…จๅŸŸๆœๅฐ‹",
+ "on {server}" : "ๆ–ผ {server}",
+ "Others with access" : "ๆœ‰ๅญ˜ๅ–ๆฌŠ็š„ๅ…ถไป–ไบบ",
+ "No other users with access found" : "ๆ‰พไธๅˆฐๅ…ถไป–ๆœ‰ๅญ˜ๅ–ๆฌŠ็š„ไฝฟ็”จ่€…",
+ "Toggle list of others with access to this directory" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญค็›ฎ้Œ„็š„ๅ…ถไป–ไบบ็š„ๅˆ—่กจ",
+ "Toggle list of others with access to this file" : "ๅˆ‡ๆ›ๆœ‰ๆฌŠๅญ˜ๅ–ๆญคๆช”ๆกˆ็š„ๅ…ถไป–ไบบ็š„ๅˆ—่กจ",
+ "Unable to fetch inherited shares" : "็„กๆณ•ๆ“ทๅ–็นผๆ‰ฟ็š„ๅˆ†ไบซ",
+ "Unable to load the shares list" : "็„กๆณ•่ผ‰ๅ…ฅๅˆ†ไบซๅˆ—่กจ",
+ "Expires {relativetime}" : "้ŽๆœŸๆ–ผ {relativetime}",
+ "this share just expired." : "ๆญคๅˆ†ไบซๅ‰›้ŽๆœŸใ€‚",
+ "Link to a file" : "ๆช”ๆกˆ้€ฃ็ต",
+ "Error creating the share: {errorMessage}" : "ๅปบ็ซ‹ๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš{errorMessage}",
+ "Error creating the share" : "ๅปบ็ซ‹ๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error updating the share: {errorMessage}" : "ๆ›ดๆ–ฐๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš{errorMessage}",
+ "Error updating the share" : "ๆ›ดๆ–ฐๅˆ†ไบซๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผš",
"Shared" : "ๅทฒๅˆ†ไบซ",
"Share" : "ๅˆ†ไบซ",
"Shared with" : "ๅˆ†ไบซ็ตฆ",
- "Shared with you and the group {group} by {owner}" : "็”ฑ {owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {group}็พค็ต„",
+ "Shared with you and the group {group} by {owner}" : "็”ฑ {owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {group} ็พค็ต„",
"Shared with you and {circle} by {owner}" : "{owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {circle}",
"Shared with you and the conversation {conversation} by {owner}" : "{owner} ๅˆ†ไบซ็ตฆๆ‚จๅ’Œ {conversation} ๅฐ่ฉฑ",
"Shared with you in a conversation by {owner}" : "{owner} ๅœจๅฐ่ฉฑไธญๅˆ†ไบซ็ตฆๆ‚จ",
@@ -201,12 +222,16 @@
"the item was removed" : "้ …็›ฎๅทฒ็ถ“็งป้™ค",
"the link expired" : "้€ฃ็ต้ŽๆœŸ",
"sharing is disabled" : "ๅˆ†ไบซๅŠŸ่ƒฝๅทฒๅœ็”จ",
- "For more info, please ask the person who sent this link." : "่ซ‹่ฉขๅ•ๅ‘Š่จดๆ‚จๆญค้€ฃ็ต็š„ไบบไปฅ็žญ่งฃๆ›ดๅคš",
+ "For more info, please ask the person who sent this link." : "่ฆๅ–ๅพ—ๆ›ดๅคš่ณ‡่จŠ๏ผŒ่ซ‹่ฉขๅ•ๅ‚ณ้€ๆญค้€ฃ็ต็ตฆๆ‚จ็š„ไบบใ€‚",
+ "Share note" : "ๅˆ†ไบซ่จŠๆฏ",
"Toggle grid view" : "ๅˆ‡ๆ›็ถฒๆ ผๆชข่ฆ–",
"Download %s" : "ไธ‹่ผ‰ %s",
"Upload files to %s" : "ไธŠๅ‚ณๆช”ๆกˆๅˆฐ %s",
"Note" : "็ญ†่จ˜",
- "Select or drop files" : "้ธๆ“‡ๆˆ–ๆ‹–ๆ›ณๆช”ๆกˆ่‡ณๆญค",
- "Uploaded files:" : "ๅทฒไธŠๅ‚ณ็š„ๆช”ๆกˆ๏ผš"
+ "Select or drop files" : "้ธๅ–ๆˆ–ๆ‹–ๆ›ณๆช”ๆกˆ",
+ "Uploading files" : "ๆญฃๅœจไธŠๅ‚ณๆช”ๆกˆ",
+ "Uploaded files:" : "ๅทฒไธŠๅ‚ณ็š„ๆช”ๆกˆ๏ผš",
+ "By uploading files, you agree to the %1$sterms of service%2$s." : "ไธŠๅ‚ณๆช”ๆกˆๅณ่กจ็คบๆ‚จๅŒๆ„%1$sๆœๅ‹™ๆขๆฌพ%2$sใ€‚",
+ "Name, email, or federated cloud ID โ€ฆ" : "ๅ็จฑใ€้›ปๅญ้ƒตไปถๆˆ–้›ฒ็ซฏ่ฏ็›Ÿ IDโ€ฆโ€ฆ"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js
index d3324a62972..ae08989a2ad 100644
--- a/apps/files_trashbin/l10n/zh_TW.js
+++ b/apps/files_trashbin/l10n/zh_TW.js
@@ -4,19 +4,19 @@ OC.L10N.register(
"Deleted files" : "ๅ›žๆ”ถๆกถ",
"restored" : "ๅทฒ้‚„ๅŽŸ",
"This application enables users to restore files that were deleted from the system." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จ่€…ๅฏไปฅ้‚„ๅŽŸไป–ๅ€‘ๅœจ็ณป็ตฑ็•ถไธญๅˆช้™ค็š„ๆช”ๆกˆ",
- "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จๅฏไปฅ้‚„ๅŽŸๅพž็ณป็ตฑไธญๅˆช้™ค็š„ๆช”ๆกˆใ€‚ๅ…ถๆœƒๅœจ็ถฒ่ทฏไป‹้ขไธญ้กฏ็คบๅทฒๅˆช้™ค็š„ๆช”ๆกˆๅˆ—่กจ๏ผŒไธฆๆœ‰้ธ้ …ๅฏไปฅๅพฉๅŽŸ้‚ฃไบ›ๆช”ๆกˆๅˆฐไฝฟ็”จ่€…็š„ๆช”ๆกˆ็›ฎ้Œ„๏ผŒๆˆ–ๆ˜ฏๅฐ‡ๅฎƒๅ€‘ๅพž็ณป็ตฑไธญๆฐธไน…็งป้™คใ€‚่‹ฅๅ•Ÿ็”จไบ†็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ๏ผŒๅพฉๅŽŸๆช”ๆกˆไนŸๆœƒๅพฉๅŽŸ็›ธ้—œ็š„ๆช”ๆกˆ็‰ˆๆœฌใ€‚็•ถๆช”ๆกˆๅพžๅˆ†ไบซไธญๅˆช้™คๆ™‚๏ผŒ้›–็„ถไธๅ†ๅ…ฑไบซ๏ผŒไฝ†ๅฏไปฅ็”จ็›ธๅŒ็š„ๆ–นๅผไพ†้‚„ๅŽŸใ€‚้ ่จญๆƒ…ๆณไธ‹๏ผŒ้€™ไบ›ๆช”ๆกˆๆœƒๅœจๅ›žๆ”ถๆกถไธญไฟ็•™30ๅคฉใ€‚\n็‚บไบ†้ฟๅ…ไฝฟ็”จ่€…่€—็›ก็ฃ็ขŸ็ฉบ้–“๏ผŒใ€Œๅทฒๅˆช้™คๆช”ๆกˆใ€ๆ‡‰็”จ็จ‹ๅผๅฐ‡ไธๆœƒ็”จๆ–ผ่ถ…้Ž็›ฎๅ‰ๅฏ็”จ้…้ก 50% ็š„ๅทฒๅˆช้™คๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅทฒๅˆช้™ค็š„ๆช”ๆกˆ่ถ…้Žๆญค้™ๅˆถ๏ผŒๆ‡‰็”จ็จ‹ๅผๅฐ‡ๆœƒๅˆช้™คๆœ€่ˆŠ็š„ๆช”ๆกˆ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถ็‚บๆญขใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจใ€Œๅทฒๅˆช้™คๆช”ๆกˆใ€็š„ๆ–‡ไปถไธญๆไพ›ใ€‚",
+ "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จๅฏไปฅ้‚„ๅŽŸๅพž็ณป็ตฑไธญๅˆช้™ค็š„ๆช”ๆกˆใ€‚ๅ…ถๆœƒๅœจ็ถฒ่ทฏไป‹้ขไธญ้กฏ็คบๅทฒๅˆช้™ค็š„ๆช”ๆกˆๅˆ—่กจ๏ผŒไธฆๆœ‰้ธ้ …ๅฏไปฅๅพฉๅŽŸ้‚ฃไบ›ๆช”ๆกˆๅˆฐไฝฟ็”จ่€…็š„ๆช”ๆกˆ็›ฎ้Œ„๏ผŒๆˆ–ๆ˜ฏๅฐ‡ๅฎƒๅ€‘ๅพž็ณป็ตฑไธญๆฐธไน…็งป้™คใ€‚่‹ฅๅ•Ÿ็”จไบ†็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ๏ผŒๅพฉๅŽŸๆช”ๆกˆไนŸๆœƒๅพฉๅŽŸ็›ธ้—œ็š„ๆช”ๆกˆ็‰ˆๆœฌใ€‚็•ถๆช”ๆกˆๅพžๅˆ†ไบซไธญๅˆช้™คๆ™‚๏ผŒ้›–็„ถไธๅ†ๅ…ฑไบซ๏ผŒไฝ†ๅฏไปฅ็”จ็›ธๅŒ็š„ๆ–นๅผไพ†้‚„ๅŽŸใ€‚้ ่จญๆƒ…ๆณไธ‹๏ผŒ้€™ไบ›ๆช”ๆกˆๆœƒๅœจๅ›žๆ”ถๆกถไธญไฟ็•™30ๅคฉใ€‚\n็‚บไบ†้ฟๅ…ไฝฟ็”จ่€…่€—็›ก็ฃ็ขŸ็ฉบ้–“๏ผŒใ€Œๅ›žๆ”ถๆกถใ€ๆ‡‰็”จ็จ‹ๅผๅฐ‡ไธๆœƒ็”จๆ–ผ่ถ…้Ž็›ฎๅ‰ๅฏ็”จ้…้ก 50% ็š„ๅทฒๅˆช้™คๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅทฒๅˆช้™ค็š„ๆช”ๆกˆ่ถ…้Žๆญค้™ๅˆถ๏ผŒๆ‡‰็”จ็จ‹ๅผๅฐ‡ๆœƒๅˆช้™คๆœ€่ˆŠ็š„ๆช”ๆกˆ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถ็‚บๆญขใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจใ€Œๅ›žๆ”ถๆกถใ€็š„ๆ–‡ไปถไธญๆไพ›ใ€‚",
"Restore" : "้‚„ๅŽŸ",
"Delete permanently" : "ๆฐธไน…ๅˆช้™ค",
- "Error while restoring file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while removing file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while restoring files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while emptying trashbin" : "ๆธ…็ฉบๅ›žๆ”ถๆกถ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while removing files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while restoring file from trashbin" : "ๅพžๅ›žๆ”ถๆกถ้‚„ๅŽŸๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while removing file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while restoring files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while emptying trashbin" : "ๆธ…็ฉบๅ›žๆ”ถๆกถๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while removing files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
"This operation is forbidden" : "ๆญคๅ‹•ไฝœ่ขซ็ฆๆญข",
- "This directory is unavailable, please check the logs or contact the administrator" : "้€™ๅ€‹็›ฎ้Œ„็„กๆณ•ๅญ˜ๅ–๏ผŒ่ซ‹ๆชขๆŸฅไผบๆœๅ™จ่จ˜้Œ„ๆช”ๆˆ–่ฏ็ตก็ฎก็†ๅ“ก",
+ "This directory is unavailable, please check the logs or contact the administrator" : "ๆญค็›ฎ้Œ„ไธๅฏ็”จ๏ผŒ่ซ‹ๆชขๆŸฅ็ด€้Œ„ๆช”ๆˆ–่ฏ็ตก็ฎก็†ๅ“ก",
"No deleted files" : "ๆฒ’ๆœ‰ๅทฒๅˆช้™ค็š„ๆช”ๆกˆ",
"You will be able to recover deleted files from here" : "ๆ‚จๅฏไปฅๅพž้€™่ฃก้‚„ๅŽŸๅทฒๅˆช้™ค็š„ๆช”ๆกˆ",
- "No entries found in this folder" : "ๅœจๆญค่ณ‡ๆ–™ๅคพไธญๆฒ’ๆœ‰ไปปไฝ•้ …็›ฎ",
+ "No entries found in this folder" : "ๆญค่ณ‡ๆ–™ๅคพไธญๆฒ’ๆœ‰ไปปไฝ•้ …็›ฎ",
"Select all" : "ๅ…จ้ธ",
"Name" : "ๅ็จฑ",
"Actions" : "ๅ‹•ไฝœ",
diff --git a/apps/files_trashbin/l10n/zh_TW.json b/apps/files_trashbin/l10n/zh_TW.json
index 9439740ff64..7688f845431 100644
--- a/apps/files_trashbin/l10n/zh_TW.json
+++ b/apps/files_trashbin/l10n/zh_TW.json
@@ -2,19 +2,19 @@
"Deleted files" : "ๅ›žๆ”ถๆกถ",
"restored" : "ๅทฒ้‚„ๅŽŸ",
"This application enables users to restore files that were deleted from the system." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จ่€…ๅฏไปฅ้‚„ๅŽŸไป–ๅ€‘ๅœจ็ณป็ตฑ็•ถไธญๅˆช้™ค็š„ๆช”ๆกˆ",
- "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จๅฏไปฅ้‚„ๅŽŸๅพž็ณป็ตฑไธญๅˆช้™ค็š„ๆช”ๆกˆใ€‚ๅ…ถๆœƒๅœจ็ถฒ่ทฏไป‹้ขไธญ้กฏ็คบๅทฒๅˆช้™ค็š„ๆช”ๆกˆๅˆ—่กจ๏ผŒไธฆๆœ‰้ธ้ …ๅฏไปฅๅพฉๅŽŸ้‚ฃไบ›ๆช”ๆกˆๅˆฐไฝฟ็”จ่€…็š„ๆช”ๆกˆ็›ฎ้Œ„๏ผŒๆˆ–ๆ˜ฏๅฐ‡ๅฎƒๅ€‘ๅพž็ณป็ตฑไธญๆฐธไน…็งป้™คใ€‚่‹ฅๅ•Ÿ็”จไบ†็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ๏ผŒๅพฉๅŽŸๆช”ๆกˆไนŸๆœƒๅพฉๅŽŸ็›ธ้—œ็š„ๆช”ๆกˆ็‰ˆๆœฌใ€‚็•ถๆช”ๆกˆๅพžๅˆ†ไบซไธญๅˆช้™คๆ™‚๏ผŒ้›–็„ถไธๅ†ๅ…ฑไบซ๏ผŒไฝ†ๅฏไปฅ็”จ็›ธๅŒ็š„ๆ–นๅผไพ†้‚„ๅŽŸใ€‚้ ่จญๆƒ…ๆณไธ‹๏ผŒ้€™ไบ›ๆช”ๆกˆๆœƒๅœจๅ›žๆ”ถๆกถไธญไฟ็•™30ๅคฉใ€‚\n็‚บไบ†้ฟๅ…ไฝฟ็”จ่€…่€—็›ก็ฃ็ขŸ็ฉบ้–“๏ผŒใ€Œๅทฒๅˆช้™คๆช”ๆกˆใ€ๆ‡‰็”จ็จ‹ๅผๅฐ‡ไธๆœƒ็”จๆ–ผ่ถ…้Ž็›ฎๅ‰ๅฏ็”จ้…้ก 50% ็š„ๅทฒๅˆช้™คๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅทฒๅˆช้™ค็š„ๆช”ๆกˆ่ถ…้Žๆญค้™ๅˆถ๏ผŒๆ‡‰็”จ็จ‹ๅผๅฐ‡ๆœƒๅˆช้™คๆœ€่ˆŠ็š„ๆช”ๆกˆ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถ็‚บๆญขใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจใ€Œๅทฒๅˆช้™คๆช”ๆกˆใ€็š„ๆ–‡ไปถไธญๆไพ›ใ€‚",
+ "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผ่ฎ“ไฝฟ็”จๅฏไปฅ้‚„ๅŽŸๅพž็ณป็ตฑไธญๅˆช้™ค็š„ๆช”ๆกˆใ€‚ๅ…ถๆœƒๅœจ็ถฒ่ทฏไป‹้ขไธญ้กฏ็คบๅทฒๅˆช้™ค็š„ๆช”ๆกˆๅˆ—่กจ๏ผŒไธฆๆœ‰้ธ้ …ๅฏไปฅๅพฉๅŽŸ้‚ฃไบ›ๆช”ๆกˆๅˆฐไฝฟ็”จ่€…็š„ๆช”ๆกˆ็›ฎ้Œ„๏ผŒๆˆ–ๆ˜ฏๅฐ‡ๅฎƒๅ€‘ๅพž็ณป็ตฑไธญๆฐธไน…็งป้™คใ€‚่‹ฅๅ•Ÿ็”จไบ†็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ๏ผŒๅพฉๅŽŸๆช”ๆกˆไนŸๆœƒๅพฉๅŽŸ็›ธ้—œ็š„ๆช”ๆกˆ็‰ˆๆœฌใ€‚็•ถๆช”ๆกˆๅพžๅˆ†ไบซไธญๅˆช้™คๆ™‚๏ผŒ้›–็„ถไธๅ†ๅ…ฑไบซ๏ผŒไฝ†ๅฏไปฅ็”จ็›ธๅŒ็š„ๆ–นๅผไพ†้‚„ๅŽŸใ€‚้ ่จญๆƒ…ๆณไธ‹๏ผŒ้€™ไบ›ๆช”ๆกˆๆœƒๅœจๅ›žๆ”ถๆกถไธญไฟ็•™30ๅคฉใ€‚\n็‚บไบ†้ฟๅ…ไฝฟ็”จ่€…่€—็›ก็ฃ็ขŸ็ฉบ้–“๏ผŒใ€Œๅ›žๆ”ถๆกถใ€ๆ‡‰็”จ็จ‹ๅผๅฐ‡ไธๆœƒ็”จๆ–ผ่ถ…้Ž็›ฎๅ‰ๅฏ็”จ้…้ก 50% ็š„ๅทฒๅˆช้™คๆช”ๆกˆใ€‚ๅฆ‚ๆžœๅทฒๅˆช้™ค็š„ๆช”ๆกˆ่ถ…้Žๆญค้™ๅˆถ๏ผŒๆ‡‰็”จ็จ‹ๅผๅฐ‡ๆœƒๅˆช้™คๆœ€่ˆŠ็š„ๆช”ๆกˆ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถ็‚บๆญขใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจใ€Œๅ›žๆ”ถๆกถใ€็š„ๆ–‡ไปถไธญๆไพ›ใ€‚",
"Restore" : "้‚„ๅŽŸ",
"Delete permanently" : "ๆฐธไน…ๅˆช้™ค",
- "Error while restoring file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while removing file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while restoring files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while emptying trashbin" : "ๆธ…็ฉบๅ›žๆ”ถๆกถ็™ผ็”Ÿ้Œฏ่ชค",
- "Error while removing files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆ็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while restoring file from trashbin" : "ๅพžๅ›žๆ”ถๆกถ้‚„ๅŽŸๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while removing file from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while restoring files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅ›žๅพฉๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while emptying trashbin" : "ๆธ…็ฉบๅ›žๆ”ถๆกถๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
+ "Error while removing files from trashbin" : "ๅพžๅ›žๆ”ถๆกถๅˆช้™คๆช”ๆกˆๆ™‚็™ผ็”Ÿ้Œฏ่ชค",
"This operation is forbidden" : "ๆญคๅ‹•ไฝœ่ขซ็ฆๆญข",
- "This directory is unavailable, please check the logs or contact the administrator" : "้€™ๅ€‹็›ฎ้Œ„็„กๆณ•ๅญ˜ๅ–๏ผŒ่ซ‹ๆชขๆŸฅไผบๆœๅ™จ่จ˜้Œ„ๆช”ๆˆ–่ฏ็ตก็ฎก็†ๅ“ก",
+ "This directory is unavailable, please check the logs or contact the administrator" : "ๆญค็›ฎ้Œ„ไธๅฏ็”จ๏ผŒ่ซ‹ๆชขๆŸฅ็ด€้Œ„ๆช”ๆˆ–่ฏ็ตก็ฎก็†ๅ“ก",
"No deleted files" : "ๆฒ’ๆœ‰ๅทฒๅˆช้™ค็š„ๆช”ๆกˆ",
"You will be able to recover deleted files from here" : "ๆ‚จๅฏไปฅๅพž้€™่ฃก้‚„ๅŽŸๅทฒๅˆช้™ค็š„ๆช”ๆกˆ",
- "No entries found in this folder" : "ๅœจๆญค่ณ‡ๆ–™ๅคพไธญๆฒ’ๆœ‰ไปปไฝ•้ …็›ฎ",
+ "No entries found in this folder" : "ๆญค่ณ‡ๆ–™ๅคพไธญๆฒ’ๆœ‰ไปปไฝ•้ …็›ฎ",
"Select all" : "ๅ…จ้ธ",
"Name" : "ๅ็จฑ",
"Actions" : "ๅ‹•ไฝœ",
diff --git a/apps/files_versions/l10n/zh_TW.js b/apps/files_versions/l10n/zh_TW.js
index 34eabeb7555..75e2ec8f6ae 100644
--- a/apps/files_versions/l10n/zh_TW.js
+++ b/apps/files_versions/l10n/zh_TW.js
@@ -2,11 +2,11 @@ OC.L10N.register(
"files_versions",
{
"Versions" : "็‰ˆๆœฌ",
- "This application automatically maintains older versions of files that are changed." : "ๆœฌๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•ไฟๅญ˜ไฟฎๆ”นๅ‰่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆ",
+ "This application automatically maintains older versions of files that are changed." : "ๆœฌๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ถญ่ญทไฟฎๆ”นๅ‰่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆ",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every userโ€™s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnโ€™t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the userโ€™s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ถญ่ญทๅทฒ่ฎŠๆ›ด้Žๆช”ๆกˆ็š„่ผƒ่ˆŠ็‰ˆๆœฌใ€‚ๅ•Ÿ็”จๅพŒ๏ผŒๆฏๅ€‹ไฝฟ็”จ่€…็›ฎ้Œ„ไธญ้ƒฝๆœƒๆœ‰ไธ€ๅ€‹้šฑ่—็š„็‰ˆๆœฌ่ณ‡ๆ–™ๅคพ๏ผŒๆญค่ณ‡ๆ–™ๅคพ็”จๆ–ผๅ„ฒๅญ˜่ผƒ่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆใ€‚ไฝฟ็”จ่€…ๅฏไปฅๅœจไปปไฝ•ๆ™‚ๅ€™้€้Ž็ถฒ่ทฏไป‹้ข้‚„ๅŽŸๅˆฐ่ผƒ่ˆŠ็š„็‰ˆๆœฌ๏ผŒๅ–ไปฃ็›ฎๅ‰็‰ˆๆœฌๆˆ็‚บๆ–ฐ็š„็‰ˆๆœฌใ€‚ๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ฎก็†็‰ˆๆœฌ่ณ‡ๆ–™ๅคพไปฅ็ขบไฟไฝฟ็”จ่€…ไธๆœƒๅ› ็‚บ็‰ˆๆœฌ่€Œ็”จๅฎŒ้…้กใ€‚\n\t\t้™คไบ†็‰ˆๆœฌๆœ‰ๆ•ˆๆœŸ้™ไปฅๅค–๏ผŒ็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ้‚„ๆœƒ็ขบไฟไฝฟ็”จ่€…ๆฐธ้ ไธๆœƒไฝฟ็”จ่ถ…้Žไฝฟ็”จ่€…็›ฎๅ‰ๅฏ็”จ็ฉบ้–“็š„ 50%ใ€‚ๅฆ‚ๆžœๅ„ฒๅญ˜็š„็‰ˆๆœฌ่ถ…ๅ‡บๆญค้™ๅˆถ๏ผŒๅ‰‡ๆ‡‰็”จ็จ‹ๅผๆœƒๅ…ˆๅˆช้™คๆœ€่ˆŠ็š„็‰ˆๆœฌ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถใ€‚ๆ›ดๅคš่ณ‡่จŠ่ซ‹่ฆ‹ใ€Œ็‰ˆๆœฌใ€ๆ–‡ไปถใ€‚",
"Failed to revert {file} to revision {timestamp}." : "็„กๆณ•้‚„ๅŽŸๆช”ๆกˆ {file} ่‡ณ็‰ˆๆœฌ {timestamp}",
- "_%n byte_::_%n bytes_" : ["%n bytes"],
- "Restore" : "ๅพฉๅŽŸ",
+ "_%n byte_::_%n bytes_" : ["%n ไฝๅ…ƒ็ต„"],
+ "Restore" : "้‚„ๅŽŸ",
"No other versions available" : "ๆฒ’ๆœ‰ๅ…ถไป–็‰ˆๆœฌไบ†"
},
"nplurals=1; plural=0;");
diff --git a/apps/files_versions/l10n/zh_TW.json b/apps/files_versions/l10n/zh_TW.json
index 43fb283f557..c69393ce326 100644
--- a/apps/files_versions/l10n/zh_TW.json
+++ b/apps/files_versions/l10n/zh_TW.json
@@ -1,10 +1,10 @@
{ "translations": {
"Versions" : "็‰ˆๆœฌ",
- "This application automatically maintains older versions of files that are changed." : "ๆœฌๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•ไฟๅญ˜ไฟฎๆ”นๅ‰่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆ",
+ "This application automatically maintains older versions of files that are changed." : "ๆœฌๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ถญ่ญทไฟฎๆ”นๅ‰่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆ",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every userโ€™s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnโ€™t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the userโ€™s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "ๆญคๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ถญ่ญทๅทฒ่ฎŠๆ›ด้Žๆช”ๆกˆ็š„่ผƒ่ˆŠ็‰ˆๆœฌใ€‚ๅ•Ÿ็”จๅพŒ๏ผŒๆฏๅ€‹ไฝฟ็”จ่€…็›ฎ้Œ„ไธญ้ƒฝๆœƒๆœ‰ไธ€ๅ€‹้šฑ่—็š„็‰ˆๆœฌ่ณ‡ๆ–™ๅคพ๏ผŒๆญค่ณ‡ๆ–™ๅคพ็”จๆ–ผๅ„ฒๅญ˜่ผƒ่ˆŠ็‰ˆๆœฌ็š„ๆช”ๆกˆใ€‚ไฝฟ็”จ่€…ๅฏไปฅๅœจไปปไฝ•ๆ™‚ๅ€™้€้Ž็ถฒ่ทฏไป‹้ข้‚„ๅŽŸๅˆฐ่ผƒ่ˆŠ็š„็‰ˆๆœฌ๏ผŒๅ–ไปฃ็›ฎๅ‰็‰ˆๆœฌๆˆ็‚บๆ–ฐ็š„็‰ˆๆœฌใ€‚ๆ‡‰็”จ็จ‹ๅผๆœƒ่‡ชๅ‹•็ฎก็†็‰ˆๆœฌ่ณ‡ๆ–™ๅคพไปฅ็ขบไฟไฝฟ็”จ่€…ไธๆœƒๅ› ็‚บ็‰ˆๆœฌ่€Œ็”จๅฎŒ้…้กใ€‚\n\t\t้™คไบ†็‰ˆๆœฌๆœ‰ๆ•ˆๆœŸ้™ไปฅๅค–๏ผŒ็‰ˆๆœฌๆ‡‰็”จ็จ‹ๅผ้‚„ๆœƒ็ขบไฟไฝฟ็”จ่€…ๆฐธ้ ไธๆœƒไฝฟ็”จ่ถ…้Žไฝฟ็”จ่€…็›ฎๅ‰ๅฏ็”จ็ฉบ้–“็š„ 50%ใ€‚ๅฆ‚ๆžœๅ„ฒๅญ˜็š„็‰ˆๆœฌ่ถ…ๅ‡บๆญค้™ๅˆถ๏ผŒๅ‰‡ๆ‡‰็”จ็จ‹ๅผๆœƒๅ…ˆๅˆช้™คๆœ€่ˆŠ็š„็‰ˆๆœฌ๏ผŒ็›ดๅˆฐไฝŽๆ–ผๆญค้™ๅˆถใ€‚ๆ›ดๅคš่ณ‡่จŠ่ซ‹่ฆ‹ใ€Œ็‰ˆๆœฌใ€ๆ–‡ไปถใ€‚",
"Failed to revert {file} to revision {timestamp}." : "็„กๆณ•้‚„ๅŽŸๆช”ๆกˆ {file} ่‡ณ็‰ˆๆœฌ {timestamp}",
- "_%n byte_::_%n bytes_" : ["%n bytes"],
- "Restore" : "ๅพฉๅŽŸ",
+ "_%n byte_::_%n bytes_" : ["%n ไฝๅ…ƒ็ต„"],
+ "Restore" : "้‚„ๅŽŸ",
"No other versions available" : "ๆฒ’ๆœ‰ๅ…ถไป–็‰ˆๆœฌไบ†"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/zh_TW.js b/apps/lookup_server_connector/l10n/zh_TW.js
new file mode 100644
index 00000000000..92041ef57e0
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_TW.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "ๆŸฅ่ฉขไผบๆœๅ™จ้€ฃๆŽฅ็จ‹ๅผ",
+ "Sync public user information with the lookup server" : "ๅฐ‡ๅ…ฌ้–‹ไฝฟ็”จ่€…่ณ‡่จŠ่ˆ‡ๆŸฅ่ฉขไผบๆœๅ™จๅŒๆญฅ"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/lookup_server_connector/l10n/zh_TW.json b/apps/lookup_server_connector/l10n/zh_TW.json
new file mode 100644
index 00000000000..84e8d7dc1b7
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_TW.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "ๆŸฅ่ฉขไผบๆœๅ™จ้€ฃๆŽฅ็จ‹ๅผ",
+ "Sync public user information with the lookup server" : "ๅฐ‡ๅ…ฌ้–‹ไฝฟ็”จ่€…่ณ‡่จŠ่ˆ‡ๆŸฅ่ฉขไผบๆœๅ™จๅŒๆญฅ"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index ccf40cc11ef..c8c2ecd9570 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -1,20 +1,20 @@
OC.L10N.register(
"oauth2",
{
- "Your client is not authorized to connect. Please inform the administrator of your client." : "ๆญคๆ‡‰็”จ็จ‹ๅผ็„กๆฌŠ้€ฃ็ต๏ผŒ่ซ‹้€š็Ÿฅๆญคๆ‡‰็”จ็จ‹ๅผ็š„็ฎก็†ๅ“กใ€‚",
- "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "้‡ๅฐŽๅ‘RULๅฟ…้ ˆ็‚บๅฎŒๆ•ด็š„URL๏ผŒๅฆ‚็ฏ„ไพ‹ๆ‰€็คบ๏ผšhttps://yourdomain.com/path",
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "ๆ‚จ็š„ๅฎขๆˆถ็ซฏ็„กๆฌŠ้€ฃ็ทšใ€‚่ซ‹้€š็Ÿฅๆ‚จๅฎขๆˆถ็ซฏ็š„็ฎก็†ๅ“กใ€‚",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ๆ‚จ็š„้‡ๆ–ฐๅฐŽๅ‘ URL ๅฟ…้ ˆ็‚บๅฎŒๆ•ด็š„ URL๏ผŒไพ‹ๅฆ‚๏ผšhttps://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
- "Allows OAuth2 compatible authentication from other web applications." : "ๅ…่จฑ็›ธๅฎนๆ–ผOauth2็š„ๅค–้ƒจ็ถฒ้ ๆ‡‰็”จ็จ‹ๅผ้ฉ—่ญ‰ใ€‚",
- "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPsๅ…่จฑ็ฎก็†ๅ“ก็‚บๅ…ถไป–ๆ”ฏๆดOAuth2็š„็ถฒ้ ๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅŽŸ็”Ÿ็š„้ฉ—่ญ‰ๆต็จ‹ใ€‚",
- "OAuth 2.0 clients" : "OAuth 2.0 ็ฌฌไธ‰ๆ–นๆ‡‰็”จ็จ‹ๅผ",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0ๆŽˆๆฌŠๆฉŸๅˆถๅ…่จฑๅค–้ƒจๆœๅ‹™ๅ‘{instanceName}่ซ‹ๆฑ‚ๆŽˆๆฌŠใ€‚",
- "Add client" : "ๆ–ฐๅขž็ฌฌไธ‰ๆ–นๆ‡‰็”จ็จ‹ๅผ",
+ "Allows OAuth2 compatible authentication from other web applications." : "ๅ…่จฑไพ†่‡ชๅ…ถไป–็ถฒ่ทฏๆ‡‰็”จ็จ‹ๅผ็š„ OAuth2 ็›ธๅฎน่บซไปฝ้ฉ—่ญ‰ใ€‚",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 ๆ‡‰็”จ็จ‹ๅผ่ฎ“็ฎก็†ๅ“กๅฏไปฅ่จญๅฎšๅ…งๅปบ็š„่บซไปฝ้ฉ—่ญ‰ๅทฅไฝœๆต็จ‹๏ผŒไปฅ่ฎ“ๅ…ถไป–็ถฒ่ทฏๆ‡‰็”จ็จ‹ๅผๅฏไปฅ้€ฒ่กŒ็›ธๅฎนๆ–ผ OAuth2 ็š„่บซไปฝ้ฉ—่ญ‰ใ€‚",
+ "OAuth 2.0 clients" : "OAuth 2.0 ๅฎขๆˆถ็ซฏ",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ่ฎ“ๅค–้ƒจๆœๅ‹™่ซ‹ๆฑ‚ๅญ˜ๅ– {instanceName}ใ€‚",
+ "Add client" : "ๆ–ฐๅขžๅฎขๆˆถ็ซฏ",
"Name" : "ๅ็จฑ",
- "Redirection URI" : "้‡ๅฐŽๅ‘ URI",
+ "Redirection URI" : "้‡ๆ–ฐๅฐŽๅ‘ URI",
"Add" : "ๆ–ฐๅขž",
- "Client Identifier" : "็”จๆˆถ่ญ˜ๅˆฅ",
- "Secret" : "ๅฏ†้‘ฐ",
- "Show client secret" : "้กฏ็คบๅฏ†้‘ฐ",
+ "Client Identifier" : "ๅฎขๆˆถ็ซฏ่ญ˜ๅˆฅ",
+ "Secret" : "ๅฏ†็ขผ",
+ "Show client secret" : "้กฏ็คบๅฎขๆˆถ็ซฏๅฏ†็ขผ",
"Delete" : "ๅˆช้™ค"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json
index a3b1b298a1e..95890440cca 100644
--- a/apps/oauth2/l10n/zh_TW.json
+++ b/apps/oauth2/l10n/zh_TW.json
@@ -1,18 +1,18 @@
{ "translations": {
- "Your client is not authorized to connect. Please inform the administrator of your client." : "ๆญคๆ‡‰็”จ็จ‹ๅผ็„กๆฌŠ้€ฃ็ต๏ผŒ่ซ‹้€š็Ÿฅๆญคๆ‡‰็”จ็จ‹ๅผ็š„็ฎก็†ๅ“กใ€‚",
- "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "้‡ๅฐŽๅ‘RULๅฟ…้ ˆ็‚บๅฎŒๆ•ด็š„URL๏ผŒๅฆ‚็ฏ„ไพ‹ๆ‰€็คบ๏ผšhttps://yourdomain.com/path",
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "ๆ‚จ็š„ๅฎขๆˆถ็ซฏ็„กๆฌŠ้€ฃ็ทšใ€‚่ซ‹้€š็Ÿฅๆ‚จๅฎขๆˆถ็ซฏ็š„็ฎก็†ๅ“กใ€‚",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ๆ‚จ็š„้‡ๆ–ฐๅฐŽๅ‘ URL ๅฟ…้ ˆ็‚บๅฎŒๆ•ด็š„ URL๏ผŒไพ‹ๅฆ‚๏ผšhttps://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
- "Allows OAuth2 compatible authentication from other web applications." : "ๅ…่จฑ็›ธๅฎนๆ–ผOauth2็š„ๅค–้ƒจ็ถฒ้ ๆ‡‰็”จ็จ‹ๅผ้ฉ—่ญ‰ใ€‚",
- "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPsๅ…่จฑ็ฎก็†ๅ“ก็‚บๅ…ถไป–ๆ”ฏๆดOAuth2็š„็ถฒ้ ๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅŽŸ็”Ÿ็š„้ฉ—่ญ‰ๆต็จ‹ใ€‚",
- "OAuth 2.0 clients" : "OAuth 2.0 ็ฌฌไธ‰ๆ–นๆ‡‰็”จ็จ‹ๅผ",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0ๆŽˆๆฌŠๆฉŸๅˆถๅ…่จฑๅค–้ƒจๆœๅ‹™ๅ‘{instanceName}่ซ‹ๆฑ‚ๆŽˆๆฌŠใ€‚",
- "Add client" : "ๆ–ฐๅขž็ฌฌไธ‰ๆ–นๆ‡‰็”จ็จ‹ๅผ",
+ "Allows OAuth2 compatible authentication from other web applications." : "ๅ…่จฑไพ†่‡ชๅ…ถไป–็ถฒ่ทฏๆ‡‰็”จ็จ‹ๅผ็š„ OAuth2 ็›ธๅฎน่บซไปฝ้ฉ—่ญ‰ใ€‚",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 ๆ‡‰็”จ็จ‹ๅผ่ฎ“็ฎก็†ๅ“กๅฏไปฅ่จญๅฎšๅ…งๅปบ็š„่บซไปฝ้ฉ—่ญ‰ๅทฅไฝœๆต็จ‹๏ผŒไปฅ่ฎ“ๅ…ถไป–็ถฒ่ทฏๆ‡‰็”จ็จ‹ๅผๅฏไปฅ้€ฒ่กŒ็›ธๅฎนๆ–ผ OAuth2 ็š„่บซไปฝ้ฉ—่ญ‰ใ€‚",
+ "OAuth 2.0 clients" : "OAuth 2.0 ๅฎขๆˆถ็ซฏ",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ่ฎ“ๅค–้ƒจๆœๅ‹™่ซ‹ๆฑ‚ๅญ˜ๅ– {instanceName}ใ€‚",
+ "Add client" : "ๆ–ฐๅขžๅฎขๆˆถ็ซฏ",
"Name" : "ๅ็จฑ",
- "Redirection URI" : "้‡ๅฐŽๅ‘ URI",
+ "Redirection URI" : "้‡ๆ–ฐๅฐŽๅ‘ URI",
"Add" : "ๆ–ฐๅขž",
- "Client Identifier" : "็”จๆˆถ่ญ˜ๅˆฅ",
- "Secret" : "ๅฏ†้‘ฐ",
- "Show client secret" : "้กฏ็คบๅฏ†้‘ฐ",
+ "Client Identifier" : "ๅฎขๆˆถ็ซฏ่ญ˜ๅˆฅ",
+ "Secret" : "ๅฏ†็ขผ",
+ "Show client secret" : "้กฏ็คบๅฎขๆˆถ็ซฏๅฏ†็ขผ",
"Delete" : "ๅˆช้™ค"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/provisioning_api/l10n/zh_TW.js b/apps/provisioning_api/l10n/zh_TW.js
new file mode 100644
index 00000000000..56ba2fc5dae
--- /dev/null
+++ b/apps/provisioning_api/l10n/zh_TW.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "provisioning_api",
+ {
+ "Provisioning API" : "Provisioning API",
+ "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†็ฎก็†ไฝฟ็”จ่€…ใ€็พค็ต„่ˆ‡ๆ‡‰็”จ็จ‹ๅผใ€‚",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†ๅปบ็ซ‹ใ€็ทจ่ผฏใ€ๅˆช้™ค่ˆ‡ๆŸฅ่ฉขไฝฟ็”จ่€…\n\t\tๅฑฌๆ€ง๏ผŒๆŸฅ่ฉขใ€่จญๅฎš่ˆ‡็งป้™ค็พค็ต„๏ผŒ่จญๅฎš้…้ก่ˆ‡ๆŸฅ่ฉข Nextcloud ไธญไฝฟ็”จ็š„็ธฝๅ„ฒๅญ˜็ฉบ้–“ใ€‚็พค็ต„็ฎก็†ๅ“กไฝฟ็”จ่€…\n\t\tไนŸๅฏไปฅ็”จๅ…ถไพ†ๆŸฅ่ฉข Nextcloud๏ผŒไธฆๅœจๅ…ถ็ฎก็†็š„็พค็ต„ไธญๅŸท่กŒ่ˆ‡็ณป็ตฑ็ฎก็†ๅ“ก็›ธๅŒ็š„ๅ‹•ไฝœใ€‚้€™็ต„ API ไนŸ่ฎ“\n\t\t็ฎก็†ๅ“กๅฏไปฅๆŸฅ่ฉขไฝœ็”จไธญ็š„ Nextcloud ๆ‡‰็”จ็จ‹ๅผใ€ๆ‡‰็”จ็จ‹ๅผ่ณ‡่จŠ๏ผŒไปฅๅŠ้ ็ซฏๅ•Ÿ็”จๆˆ–ๅœ็”จๆ‡‰็”จ็จ‹ๅผใ€‚\n\t\tๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅพŒ๏ผŒๅฏไปฅไฝฟ็”จๅŸบๆœฌ้ฉ—่ญ‰ๆจ™้ ญไพ†ไฝฟ็”จ HTTP ่ซ‹ๆฑ‚ๅŸท่กŒไธŠ้ข\n\t\tๅˆ—ๅ‡บ็š„ไปปไฝ•ๅŠŸ่ƒฝใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจ Provisioning API ็š„ๆ–‡ไปถไธญๆไพ›๏ผŒๅŒ…ๅซ็ฏ„ไพ‹ๅ‘ผๅซ\n\t\t่ˆ‡ไผบๆœๅ™จๅ›žๆ‡‰ใ€‚",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†ๅปบ็ซ‹ใ€็ทจ่ผฏใ€ๅˆช้™ค่ˆ‡ๆŸฅ่ฉขไฝฟ็”จ่€…\n\t\tๅฑฌๆ€ง๏ผŒๆŸฅ่ฉขใ€่จญๅฎš่ˆ‡็งป้™ค็พค็ต„๏ผŒ่จญๅฎš้…้ก่ˆ‡ๆŸฅ่ฉข Nextcloud ไธญไฝฟ็”จ็š„็ธฝๅ„ฒๅญ˜็ฉบ้–“ใ€‚็พค็ต„็ฎก็†ๅ“กไฝฟ็”จ่€…\n\t\tไนŸๅฏไปฅ็”จๅ…ถไพ†ๆŸฅ่ฉข Nextcloud๏ผŒไธฆๅœจๅ…ถ็ฎก็†็š„็พค็ต„ไธญๅŸท่กŒ่ˆ‡็ณป็ตฑ็ฎก็†ๅ“ก็›ธๅŒ็š„ๅ‹•ไฝœใ€‚้€™็ต„ API ไนŸ่ฎ“\n\t\t็ฎก็†ๅ“กๅฏไปฅๆŸฅ่ฉขไฝœ็”จไธญ็š„ Nextcloud ๆ‡‰็”จ็จ‹ๅผใ€ๆ‡‰็”จ็จ‹ๅผ่ณ‡่จŠ๏ผŒไปฅๅŠ้ ็ซฏๅ•Ÿ็”จๆˆ–ๅœ็”จๆ‡‰็”จ็จ‹ๅผใ€‚\n\t\tๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅพŒ๏ผŒๅฏไปฅไฝฟ็”จๅŸบๆœฌ้ฉ—่ญ‰ๆจ™้ ญไพ†ไฝฟ็”จ http ่ซ‹ๆฑ‚ๅŸท่กŒไธŠ้ข\n\t\tๅˆ—ๅ‡บ็š„ไปปไฝ•ๅŠŸ่ƒฝใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจ Provisioning API ็š„ๆ–‡ไปถไธญๆไพ›๏ผŒๅŒ…ๅซ็ฏ„ไพ‹ๅ‘ผๅซ\n\t\t่ˆ‡ไผบๆœๅ™จๅ›žๆ‡‰ใ€‚"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/provisioning_api/l10n/zh_TW.json b/apps/provisioning_api/l10n/zh_TW.json
new file mode 100644
index 00000000000..5e55f38f408
--- /dev/null
+++ b/apps/provisioning_api/l10n/zh_TW.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Provisioning API" : "Provisioning API",
+ "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†็ฎก็†ไฝฟ็”จ่€…ใ€็พค็ต„่ˆ‡ๆ‡‰็”จ็จ‹ๅผใ€‚",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†ๅปบ็ซ‹ใ€็ทจ่ผฏใ€ๅˆช้™ค่ˆ‡ๆŸฅ่ฉขไฝฟ็”จ่€…\n\t\tๅฑฌๆ€ง๏ผŒๆŸฅ่ฉขใ€่จญๅฎš่ˆ‡็งป้™ค็พค็ต„๏ผŒ่จญๅฎš้…้ก่ˆ‡ๆŸฅ่ฉข Nextcloud ไธญไฝฟ็”จ็š„็ธฝๅ„ฒๅญ˜็ฉบ้–“ใ€‚็พค็ต„็ฎก็†ๅ“กไฝฟ็”จ่€…\n\t\tไนŸๅฏไปฅ็”จๅ…ถไพ†ๆŸฅ่ฉข Nextcloud๏ผŒไธฆๅœจๅ…ถ็ฎก็†็š„็พค็ต„ไธญๅŸท่กŒ่ˆ‡็ณป็ตฑ็ฎก็†ๅ“ก็›ธๅŒ็š„ๅ‹•ไฝœใ€‚้€™็ต„ API ไนŸ่ฎ“\n\t\t็ฎก็†ๅ“กๅฏไปฅๆŸฅ่ฉขไฝœ็”จไธญ็š„ Nextcloud ๆ‡‰็”จ็จ‹ๅผใ€ๆ‡‰็”จ็จ‹ๅผ่ณ‡่จŠ๏ผŒไปฅๅŠ้ ็ซฏๅ•Ÿ็”จๆˆ–ๅœ็”จๆ‡‰็”จ็จ‹ๅผใ€‚\n\t\tๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅพŒ๏ผŒๅฏไปฅไฝฟ็”จๅŸบๆœฌ้ฉ—่ญ‰ๆจ™้ ญไพ†ไฝฟ็”จ HTTP ่ซ‹ๆฑ‚ๅŸท่กŒไธŠ้ข\n\t\tๅˆ—ๅ‡บ็š„ไปปไฝ•ๅŠŸ่ƒฝใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจ Provisioning API ็š„ๆ–‡ไปถไธญๆไพ›๏ผŒๅŒ…ๅซ็ฏ„ไพ‹ๅ‘ผๅซ\n\t\t่ˆ‡ไผบๆœๅ™จๅ›žๆ‡‰ใ€‚",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "ๆญคๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จไบ†ไธ€็ต„ API๏ผŒๅค–้ƒจ็ณป็ตฑๅฏไปฅไฝฟ็”จๅ…ถไพ†ๅปบ็ซ‹ใ€็ทจ่ผฏใ€ๅˆช้™ค่ˆ‡ๆŸฅ่ฉขไฝฟ็”จ่€…\n\t\tๅฑฌๆ€ง๏ผŒๆŸฅ่ฉขใ€่จญๅฎš่ˆ‡็งป้™ค็พค็ต„๏ผŒ่จญๅฎš้…้ก่ˆ‡ๆŸฅ่ฉข Nextcloud ไธญไฝฟ็”จ็š„็ธฝๅ„ฒๅญ˜็ฉบ้–“ใ€‚็พค็ต„็ฎก็†ๅ“กไฝฟ็”จ่€…\n\t\tไนŸๅฏไปฅ็”จๅ…ถไพ†ๆŸฅ่ฉข Nextcloud๏ผŒไธฆๅœจๅ…ถ็ฎก็†็š„็พค็ต„ไธญๅŸท่กŒ่ˆ‡็ณป็ตฑ็ฎก็†ๅ“ก็›ธๅŒ็š„ๅ‹•ไฝœใ€‚้€™็ต„ API ไนŸ่ฎ“\n\t\t็ฎก็†ๅ“กๅฏไปฅๆŸฅ่ฉขไฝœ็”จไธญ็š„ Nextcloud ๆ‡‰็”จ็จ‹ๅผใ€ๆ‡‰็”จ็จ‹ๅผ่ณ‡่จŠ๏ผŒไปฅๅŠ้ ็ซฏๅ•Ÿ็”จๆˆ–ๅœ็”จๆ‡‰็”จ็จ‹ๅผใ€‚\n\t\tๆ‡‰็”จ็จ‹ๅผๅ•Ÿ็”จๅพŒ๏ผŒๅฏไปฅไฝฟ็”จๅŸบๆœฌ้ฉ—่ญ‰ๆจ™้ ญไพ†ไฝฟ็”จ http ่ซ‹ๆฑ‚ๅŸท่กŒไธŠ้ข\n\t\tๅˆ—ๅ‡บ็š„ไปปไฝ•ๅŠŸ่ƒฝใ€‚ๆ›ดๅคš่ณ‡่จŠๅœจ Provisioning API ็š„ๆ–‡ไปถไธญๆไพ›๏ผŒๅŒ…ๅซ็ฏ„ไพ‹ๅ‘ผๅซ\n\t\t่ˆ‡ไผบๆœๅ™จๅ›žๆ‡‰ใ€‚"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js
index ff3bc254968..11181ab7b5d 100644
--- a/apps/settings/l10n/ar.js
+++ b/apps/settings/l10n/ar.js
@@ -61,7 +61,9 @@ OC.L10N.register(
"Personal info" : "ุงู„ู…ุนู„ูˆู…ุงุช ุงู„ุดุฎุตูŠุฉ",
"Mobile & desktop" : "ุงู„ุฌูˆุงู„ ูˆุณุทุญ ุงู„ู…ูƒุชุจ",
"Create" : "ุฅู†ุดุงุก",
+ "Change" : "ุชุนุฏูŠู„",
"Delete" : "ุฅู„ุบุงุก",
+ "Reshare" : "ุฅุนุงุฏุฉ ุงู„ู…ุดุงุฑูƒุฉ",
"Unlimited" : "ุบูŠุฑ ู…ุญุฏูˆุฏ",
"Verifying" : "ุงู„ุชุญู‚ู‚",
"A background job is pending that checks for user imported SSL certificates. Please check back later." : "ุงู„ุนู…ู„ูŠุงุช ุงู„ุฎู„ููŠุฉ ู‚ูŠุฏ ุงู„ุงู†ุชุธุงุฑ ูŠุชู… ูุญุต ุดู‡ุงุฏุฉ ุงู„ุขู…ุงู† SSL ุชู…ุช ุงุถุงูุชู‡ุง ู…ู† ุงู„ู…ุณุชุฎุฏู…. ูŠุฑุฌู‰ ุงู„ู…ุญุงูˆู„ุฉ ู„ุงุญู‚ุงู‹.",
@@ -81,13 +83,16 @@ OC.L10N.register(
"User documentation" : "ุฏู„ูŠู„ ุงู„ู…ุณุชุฎุฏู…",
"Admin documentation" : "ุฏู„ูŠู„ ุงู„ู…ุฏูŠุฑ",
"Developer documentation" : "ุฏู„ูŠู„ ุงู„ู…ูุทูˆู‘ุฑ",
+ "Update all" : "ุชุญุฏูŠุซ ุงู„ูƒู„",
"Results from other categories" : "ู†ุชุงุฆุฌ ุนุจุฑ ุงู„ูุฆุงุช ุงู„ุฃุฎุฑู‰",
"No apps found for your version" : "ู„ุง ูŠู…ูƒู† ุงู„ุนุซูˆุฑ ุนู„ู‰ ุชุทุจูŠู‚ุงุช ู„ู„ุฅุตุฏุงุฑ ุงู„ุฎุงุต ุจูƒ.",
+ "Disable all" : "ุชุนุทูŠู„ ุงู„ูƒู„",
"Enable all" : "ุชู†ุดูŠุท ุงู„ูƒู„",
"Device settings" : "ุฅุนุฏุงุฏุงุช ุงู„ุฌู‡ุงุฒ",
"Allow filesystem access" : "ุงู„ุณู…ุงุญ ุจุงู„ู†ูุงุฐ ุฅู„ู‰ ู†ุธุงู… ุงู„ู…ู„ูุงุช",
"Rename" : "ุชุนุฏูŠู„ ุงู„ุฅุณู…",
"Revoke" : "ุฅู„ุบุงุก",
+ "Wipe device" : "ุชู‡ูŠุฆุฉ ุงู„ุฌู‡ุงุฒ",
"Internet Explorer" : "ุฅู†ุชุฑู†ุช ุฅูƒุณุจู„ูˆุฑุฑ",
"Edge" : "ุขุฏุฌ",
"Firefox" : "ูุงูŠุฑููˆูƒุณ",
@@ -114,6 +119,7 @@ OC.L10N.register(
"Delete user" : "ุงุญุฐู ุงู„ู…ุณุชุฎุฏู…",
"Cancel" : "ุงู„ุบุงุก",
"Welcome mail sent!" : "ุชู… ุฅุฑุณุงู„ ุจุฑูŠุฏ ุงู„ุชุฑุญูŠุจ!",
+ "Edit User" : "ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู…",
"Display name" : "ุงู„ุงุณู… ุงู„ู…ุนุฑูˆุถ",
"Email" : "ุงู„ุจุฑูŠุฏ ุงู„ุฅู„ูƒุชุฑูˆู†ู‰",
"Default language" : "ุงู„ู„ุบุฉ ุงู„ุงูุชุฑุงุถูŠุฉ",
diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json
index 3dbe0770828..3c701af02d0 100644
--- a/apps/settings/l10n/ar.json
+++ b/apps/settings/l10n/ar.json
@@ -59,7 +59,9 @@
"Personal info" : "ุงู„ู…ุนู„ูˆู…ุงุช ุงู„ุดุฎุตูŠุฉ",
"Mobile & desktop" : "ุงู„ุฌูˆุงู„ ูˆุณุทุญ ุงู„ู…ูƒุชุจ",
"Create" : "ุฅู†ุดุงุก",
+ "Change" : "ุชุนุฏูŠู„",
"Delete" : "ุฅู„ุบุงุก",
+ "Reshare" : "ุฅุนุงุฏุฉ ุงู„ู…ุดุงุฑูƒุฉ",
"Unlimited" : "ุบูŠุฑ ู…ุญุฏูˆุฏ",
"Verifying" : "ุงู„ุชุญู‚ู‚",
"A background job is pending that checks for user imported SSL certificates. Please check back later." : "ุงู„ุนู…ู„ูŠุงุช ุงู„ุฎู„ููŠุฉ ู‚ูŠุฏ ุงู„ุงู†ุชุธุงุฑ ูŠุชู… ูุญุต ุดู‡ุงุฏุฉ ุงู„ุขู…ุงู† SSL ุชู…ุช ุงุถุงูุชู‡ุง ู…ู† ุงู„ู…ุณุชุฎุฏู…. ูŠุฑุฌู‰ ุงู„ู…ุญุงูˆู„ุฉ ู„ุงุญู‚ุงู‹.",
@@ -79,13 +81,16 @@
"User documentation" : "ุฏู„ูŠู„ ุงู„ู…ุณุชุฎุฏู…",
"Admin documentation" : "ุฏู„ูŠู„ ุงู„ู…ุฏูŠุฑ",
"Developer documentation" : "ุฏู„ูŠู„ ุงู„ู…ูุทูˆู‘ุฑ",
+ "Update all" : "ุชุญุฏูŠุซ ุงู„ูƒู„",
"Results from other categories" : "ู†ุชุงุฆุฌ ุนุจุฑ ุงู„ูุฆุงุช ุงู„ุฃุฎุฑู‰",
"No apps found for your version" : "ู„ุง ูŠู…ูƒู† ุงู„ุนุซูˆุฑ ุนู„ู‰ ุชุทุจูŠู‚ุงุช ู„ู„ุฅุตุฏุงุฑ ุงู„ุฎุงุต ุจูƒ.",
+ "Disable all" : "ุชุนุทูŠู„ ุงู„ูƒู„",
"Enable all" : "ุชู†ุดูŠุท ุงู„ูƒู„",
"Device settings" : "ุฅุนุฏุงุฏุงุช ุงู„ุฌู‡ุงุฒ",
"Allow filesystem access" : "ุงู„ุณู…ุงุญ ุจุงู„ู†ูุงุฐ ุฅู„ู‰ ู†ุธุงู… ุงู„ู…ู„ูุงุช",
"Rename" : "ุชุนุฏูŠู„ ุงู„ุฅุณู…",
"Revoke" : "ุฅู„ุบุงุก",
+ "Wipe device" : "ุชู‡ูŠุฆุฉ ุงู„ุฌู‡ุงุฒ",
"Internet Explorer" : "ุฅู†ุชุฑู†ุช ุฅูƒุณุจู„ูˆุฑุฑ",
"Edge" : "ุขุฏุฌ",
"Firefox" : "ูุงูŠุฑููˆูƒุณ",
@@ -112,6 +117,7 @@
"Delete user" : "ุงุญุฐู ุงู„ู…ุณุชุฎุฏู…",
"Cancel" : "ุงู„ุบุงุก",
"Welcome mail sent!" : "ุชู… ุฅุฑุณุงู„ ุจุฑูŠุฏ ุงู„ุชุฑุญูŠุจ!",
+ "Edit User" : "ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู…",
"Display name" : "ุงู„ุงุณู… ุงู„ู…ุนุฑูˆุถ",
"Email" : "ุงู„ุจุฑูŠุฏ ุงู„ุฅู„ูƒุชุฑูˆู†ู‰",
"Default language" : "ุงู„ู„ุบุฉ ุงู„ุงูุชุฑุงุถูŠุฉ",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index bc77a300f52..d60318f2423 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"{version} is available. Get more information on how to update." : "ะ”ะพัั‚ัƒะฟะฝะฐ ะฒะตั€ัะธั {version}. ะŸะพะปัƒั‡ะธั‚ัŒ ะดะพะฟะพะปะฝะธั‚ะตะปัŒะฝัƒัŽ ะธะฝั„ะพั€ะผะฐั†ะธัŽ ะพ ะฟะพั€ัะดะบะต ะพะฑะฝะพะฒะปะตะฝะธั.",
"Channel updated" : "ะšะฐะฝะฐะป ะพะฑะฝะพะฒะปะตะฝ.",
+ "Web updater is disabled" : "ะžะฑะฝะพะฒะปะตะฝะธะต ั ะธัะฟะพะปัŒะทะพะฒะฐะฝะธะต web-ะธะฝั‚ะตั€ั„ะตะนัะฐ ะพั‚ะบะปัŽั‡ะตะฝะพ",
"Update notifications" : "ะฃะฒะตะดะพะผะปะตะฝะธั ะพะฑ ะพะฑะฝะพะฒะปะตะฝะธัั…",
"The update server could not be reached since %d days to check for new updates." : "ะกะตั€ะฒะตั€ ะพะฑะฝะพะฒะปะตะฝะธะน ะฝะตะดะพัั‚ัƒะฟะตะฝ ะดะปั ะฟั€ะพะฒะตั€ะบะธ ะฝะฐะปะธั‡ะธั ะพะฑะฝะพะฒะปะตะฝะธะน ะดะฝะตะน: %d.",
"Please check the Nextcloud and server log files for errors." : "ะŸั€ะพะฒะตั€ัŒั‚ะต ะฝะฐะปะธั‡ะธะต ะพัˆะธะฑะพะบ ะฒ ั„ะฐะนะปะฐั… ะถัƒั€ะฝะฐะปะพะฒ Nextcloud ะธ ัะตั€ะฒะตั€ะฐ.",
@@ -17,6 +18,7 @@ OC.L10N.register(
"Apps with available updates" : "ะŸั€ะธะปะพะถะตะฝะธั ั ะดะพัั‚ัƒะฟะฝั‹ะผะธ ะพะฑะฝะพะฒะปะตะฝะธัะผะธ",
"Open updater" : "ะžั‚ะบั€ั‹ั‚ัŒ ะพะบะฝะพ ะพะฑะฝะพะฒะปะตะฝะธั",
"Download now" : "ะกะบะฐั‡ะฐั‚ัŒ ัะตะนั‡ะฐั",
+ "Please use the command line updater to update." : "ะ”ะปั ะพะฑะฝะพะฒะปะตะฝะธั ะฒะพัะฟะพะปัŒะทัƒะนั‚ะตััŒ ะธะฝัั‚ั€ัƒะผะตะฝั‚ะพะผ ะดะปั ะบะพะผะฐะฝะดะฝะพะน ัั‚ั€ะพะบะธ.",
"What's new?" : "ะงั‚ะพ ะฝะพะฒะพะณะพ?",
"The update check is not yet finished. Please refresh the page." : "ะŸั€ะพะฒะตั€ะบะฐ ะพะฑะฝะพะฒะปะตะฝะธะน ะตั‰ั‘ ะฝะต ะทะฐะบะพะฝั‡ะตะฝะฐ. ะŸะพะถะฐะปัƒะนัั‚ะฐ ะพะฑะฝะพะฒะธั‚ะต ัั‚ั€ะฐะฝะธั†ัƒ.",
"Your version is up to date." : "ะ’ะตั€ัะธั ะฝะต ั‚ั€ะตะฑัƒะตั‚ ะพะฑะฝะพะฒะปะตะฝะธั.",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index 146143dc3da..578d4b165e8 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -1,6 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "ะ”ะพัั‚ัƒะฟะฝะฐ ะฒะตั€ัะธั {version}. ะŸะพะปัƒั‡ะธั‚ัŒ ะดะพะฟะพะปะฝะธั‚ะตะปัŒะฝัƒัŽ ะธะฝั„ะพั€ะผะฐั†ะธัŽ ะพ ะฟะพั€ัะดะบะต ะพะฑะฝะพะฒะปะตะฝะธั.",
"Channel updated" : "ะšะฐะฝะฐะป ะพะฑะฝะพะฒะปะตะฝ.",
+ "Web updater is disabled" : "ะžะฑะฝะพะฒะปะตะฝะธะต ั ะธัะฟะพะปัŒะทะพะฒะฐะฝะธะต web-ะธะฝั‚ะตั€ั„ะตะนัะฐ ะพั‚ะบะปัŽั‡ะตะฝะพ",
"Update notifications" : "ะฃะฒะตะดะพะผะปะตะฝะธั ะพะฑ ะพะฑะฝะพะฒะปะตะฝะธัั…",
"The update server could not be reached since %d days to check for new updates." : "ะกะตั€ะฒะตั€ ะพะฑะฝะพะฒะปะตะฝะธะน ะฝะตะดะพัั‚ัƒะฟะตะฝ ะดะปั ะฟั€ะพะฒะตั€ะบะธ ะฝะฐะปะธั‡ะธั ะพะฑะฝะพะฒะปะตะฝะธะน ะดะฝะตะน: %d.",
"Please check the Nextcloud and server log files for errors." : "ะŸั€ะพะฒะตั€ัŒั‚ะต ะฝะฐะปะธั‡ะธะต ะพัˆะธะฑะพะบ ะฒ ั„ะฐะนะปะฐั… ะถัƒั€ะฝะฐะปะพะฒ Nextcloud ะธ ัะตั€ะฒะตั€ะฐ.",
@@ -15,6 +16,7 @@
"Apps with available updates" : "ะŸั€ะธะปะพะถะตะฝะธั ั ะดะพัั‚ัƒะฟะฝั‹ะผะธ ะพะฑะฝะพะฒะปะตะฝะธัะผะธ",
"Open updater" : "ะžั‚ะบั€ั‹ั‚ัŒ ะพะบะฝะพ ะพะฑะฝะพะฒะปะตะฝะธั",
"Download now" : "ะกะบะฐั‡ะฐั‚ัŒ ัะตะนั‡ะฐั",
+ "Please use the command line updater to update." : "ะ”ะปั ะพะฑะฝะพะฒะปะตะฝะธั ะฒะพัะฟะพะปัŒะทัƒะนั‚ะตััŒ ะธะฝัั‚ั€ัƒะผะตะฝั‚ะพะผ ะดะปั ะบะพะผะฐะฝะดะฝะพะน ัั‚ั€ะพะบะธ.",
"What's new?" : "ะงั‚ะพ ะฝะพะฒะพะณะพ?",
"The update check is not yet finished. Please refresh the page." : "ะŸั€ะพะฒะตั€ะบะฐ ะพะฑะฝะพะฒะปะตะฝะธะน ะตั‰ั‘ ะฝะต ะทะฐะบะพะฝั‡ะตะฝะฐ. ะŸะพะถะฐะปัƒะนัั‚ะฐ ะพะฑะฝะพะฒะธั‚ะต ัั‚ั€ะฐะฝะธั†ัƒ.",
"Your version is up to date." : "ะ’ะตั€ัะธั ะฝะต ั‚ั€ะตะฑัƒะตั‚ ะพะฑะฝะพะฒะปะตะฝะธั.",
diff --git a/apps/updatenotification/l10n/zh_HK.js b/apps/updatenotification/l10n/zh_HK.js
index 59537a0dea0..e6cf36a31c6 100644
--- a/apps/updatenotification/l10n/zh_HK.js
+++ b/apps/updatenotification/l10n/zh_HK.js
@@ -22,15 +22,15 @@ OC.L10N.register(
"Your version is up to date." : "ๆ‚จ็š„็‰ˆๆœฌๆ˜ฏๆœ€ๆ–ฐ็‰ˆใ€‚",
"A non-default update server is in use to be checked for updates:" : "ๆฒ’ๆœ‰้ ่จญ็š„ๆ›ดๆ–ฐไผบๆœๅ™จไปฅ่‡ณๆ–ผ็„กๆณ•ๆชขๆŸฅๆ›ดๆ–ฐ๏ผš",
"Update channel:" : "ๆ›ดๆ–ฐ้ ป้“๏ผš",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "ๆ‚จๅง‹็ต‚ๅฏไปฅๆ›ดๆ–ฐๅˆฐ่ผƒๆ–ฐ็š„็‰ˆๆœฌใ€‚ไฝ†ๆ‚จ็„กๆณ•้™็ดšๅˆฐ่ผƒ็ฉฉๅฎš็š„็‰ˆๆœฌใ€‚",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "ๆ‚จๅฏไปฅๆ›ดๆ–ฐๅˆฐๆ–ฐ็‰ˆๆœฌ๏ผŒไฝ†ๆฐธ้ ไธ่ƒฝ้™็ดšๅˆฐๆ›ด็ฉฉๅฎš็š„็‰ˆๆœฌใ€‚",
"Notify members of the following groups about available updates:" : "ๆœ‰ๅฏ็”จๆ›ดๆ–ฐๆ™‚้€š็Ÿฅ้€™ไบ›ไปฅไธ‹็พค็ต„็š„ๆˆๅ“ก๏ผš",
"Only notification for app updates are available." : "ๅƒ…ๆไพ›ๆ‡‰็”จ็จ‹ๅผๆ›ดๆ–ฐ็š„้€šๅ‘Šใ€‚",
"The selected update channel makes dedicated notifications for the server obsolete." : "้ธๅฎš็š„ๆ›ดๆ–ฐ้€š้“ๅฐ‡ๆœƒ่ฎ“ไผบๆœๅ™จๅฐˆ็”จ็š„้€š็Ÿฅ้Žๆ™‚ใ€‚",
"The selected update channel does not support updates of the server." : "้ธๅฎš็š„ๆ›ดๆ–ฐ้ ป้“ไธๆ”ฏๆดไผบๆœๅ™จๆ›ดๆ–ฐใ€‚",
"A new version is available: <strong>{newVersionString}</strong>" : "ๆ–ฐ็‰ˆๆœฌๅฏ็”จ๏ผš<strong>{newVersionString}</strong>",
"Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "่ซ‹ๆณจๆ„๏ผŒๆ–ฐ็‰ˆๆœฌ้‡‹ๅ‡บๅพŒ๏ผŒๅƒ…ๆœƒๅœจๆœ‰็ฌฌไธ€ๅ€‹ๆฌก่ฆ็‰ˆๆœฌๆˆ–ๆ›ดๆ–ฐ็š„็‰ˆๆœฌๆ™‚้กฏ็คบใ€‚ๆˆ‘ๅ€‘ๆœƒ้€ๆญฅๅ‘ไฝฟ็”จ่€…ๆŽจ้€ๆ–ฐ็‰ˆๆœฌ๏ผŒไธฆๅœจ็™ผ็พๅ•้กŒๆ™‚่ทณ้Ž็‰นๅฎš็‰ˆๆœฌใ€‚ๅœจ {link} ๅ–ๅพ—้—œๆ–ผๆ›ดๆ–ฐ่ˆ‡้‡‹ๅ‡บ้ ป้“็š„ๆ›ดๅคš่ณ‡่จŠ",
- "Checked on {lastCheckedDate}" : "ๆชขๆŸฅๆ–ผ {lastCheckedDate}",
- "Checking apps for compatible updates" : "ๆญฃๅœจๆชขๆŸฅๆ‡‰็”จ็จ‹ๅผๆ˜ฏๅฆ็›ธๅฎนๆ–ผๆ›ดๆ–ฐ",
+ "Checked on {lastCheckedDate}" : "ไธŠๆฌกๆชขๆŸฅๆ—ฅๆœŸ๏ผš{lastCheckedDate}",
+ "Checking apps for compatible updates" : "ๆญฃๅœจๆชขๆŸฅๆ‡‰็”จ็จ‹ๅบๆ˜ฏๅฆๅ…ผๅฎนๆ›ดๆ–ฐ",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "่ซ‹็ขบๅฎšๆ‚จ็š„ config.php ไธญไธฆๆฒ’ๆœ‰ๅฐ‡ <samp>appstoreenabled</samp> ็š„ๅ€ผ่จญๅฎš็‚บ falseใ€‚",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "็„กๆณ•้€ฃ็ทš่‡ณๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—๏ผŒๆˆ–่€…ๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—ๅ›žๆ‡‰็„กไปปไฝ•ๆ›ดๆ–ฐ๏ผŒ่ซ‹ๆ‚จๆ‰‹ๅ‹•ๆœๅฐ‹ๆ›ดๆ–ฐ๏ผŒๆˆ–่€…ไฟฎๅพฉๆ‚จไผบๆœๅ™จ็š„็ถฒ้š›็ถฒ่ทฏ้€ฃ็ทš๏ผŒ่ฎ“ๅฎƒๅฏไปฅ้€ฃ็ทš่‡ณๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—ใ€‚",
"<strong>All</strong> apps have an update for this version available" : "<strong>ๆ‰€ๆœ‰</strong>ๆ‡‰็”จ็จ‹ๅผ้ƒฝๆœ‰ๆญค็‰ˆๆœฌ็š„ๆ›ดๆ–ฐ",
@@ -40,7 +40,7 @@ OC.L10N.register(
"Stable" : "็ฉฉๅฎš",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "ๆœ€ๆ–ฐ็š„็ฉฉๅฎš็‰ˆๆœฌใ€‚้ฉๆ–ผไธ€่ˆฌไฝฟ็”จ๏ผŒไธ€ๅพ‹ๆ›ดๆ–ฐๅˆฐๆœ€ๆ–ฐไธป่ฆ็‰ˆๆœฌใ€‚",
"Beta" : "Beta ๆธฌ่ฉฆ็‰ˆ",
- "A pre-release version only for testing new features, not for production environments." : "้‡‹ๅ‡บๅ‰็‰ˆๆœฌ๏ผŒๅƒ…ไพ›ๆธฌ่ฉฆๆ–ฐๅŠŸ่ƒฝไฝฟ็”จ๏ผŒไธ้ฉ็”จๆ–ผ็”Ÿ็”ข็’ฐๅขƒใ€‚",
+ "A pre-release version only for testing new features, not for production environments." : "้ ็™ผๅธƒ็‰ˆๆœฌๅƒ…็”จๆ–ผๆธฌ่ฉฆๆ–ฐๅŠŸ่ƒฝ๏ผŒไธ้ฉ็”จๆ–ผ็”Ÿ็”ข็’ฐๅขƒใ€‚",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> ๆ‡‰็”จ็จ‹ๅผๆฒ’ๆœ‰ๆญค็‰ˆๆœฌ็š„ๆ›ดๆ–ฐ"],
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "่ซ‹ๆณจๆ„๏ผŒๆ–ฐ็‰ˆๆœฌ้‡‹ๅ‡บๅพŒ๏ผŒ้œ€่ฆ้Žไธ€ๆฎตๆ™‚้–“ๆ‰ๆœƒๅœจๆญค้กฏ็คบ้€š็Ÿฅใ€‚้šจ่‘—ๆ™‚้–“ๆŽจ้€ฒ๏ผŒๆˆ‘ๅ€‘็‚บ็”จๆˆถๆŽจๅ‡บไบ†ๆ–ฐ็š„็‰ˆๆœฌ๏ผŒๆœ‰ๆ™‚ๅ€™ๆœƒๅœจ็™ผ็พๅ•้กŒๆ™‚่ทณ้Žๅ‰ไธ€ๅ€‹็‰ˆๆœฌๆ›ดๆ–ฐใ€‚"
},
diff --git a/apps/updatenotification/l10n/zh_HK.json b/apps/updatenotification/l10n/zh_HK.json
index fd9b27be736..9a950624f23 100644
--- a/apps/updatenotification/l10n/zh_HK.json
+++ b/apps/updatenotification/l10n/zh_HK.json
@@ -20,15 +20,15 @@
"Your version is up to date." : "ๆ‚จ็š„็‰ˆๆœฌๆ˜ฏๆœ€ๆ–ฐ็‰ˆใ€‚",
"A non-default update server is in use to be checked for updates:" : "ๆฒ’ๆœ‰้ ่จญ็š„ๆ›ดๆ–ฐไผบๆœๅ™จไปฅ่‡ณๆ–ผ็„กๆณ•ๆชขๆŸฅๆ›ดๆ–ฐ๏ผš",
"Update channel:" : "ๆ›ดๆ–ฐ้ ป้“๏ผš",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "ๆ‚จๅง‹็ต‚ๅฏไปฅๆ›ดๆ–ฐๅˆฐ่ผƒๆ–ฐ็š„็‰ˆๆœฌใ€‚ไฝ†ๆ‚จ็„กๆณ•้™็ดšๅˆฐ่ผƒ็ฉฉๅฎš็š„็‰ˆๆœฌใ€‚",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "ๆ‚จๅฏไปฅๆ›ดๆ–ฐๅˆฐๆ–ฐ็‰ˆๆœฌ๏ผŒไฝ†ๆฐธ้ ไธ่ƒฝ้™็ดšๅˆฐๆ›ด็ฉฉๅฎš็š„็‰ˆๆœฌใ€‚",
"Notify members of the following groups about available updates:" : "ๆœ‰ๅฏ็”จๆ›ดๆ–ฐๆ™‚้€š็Ÿฅ้€™ไบ›ไปฅไธ‹็พค็ต„็š„ๆˆๅ“ก๏ผš",
"Only notification for app updates are available." : "ๅƒ…ๆไพ›ๆ‡‰็”จ็จ‹ๅผๆ›ดๆ–ฐ็š„้€šๅ‘Šใ€‚",
"The selected update channel makes dedicated notifications for the server obsolete." : "้ธๅฎš็š„ๆ›ดๆ–ฐ้€š้“ๅฐ‡ๆœƒ่ฎ“ไผบๆœๅ™จๅฐˆ็”จ็š„้€š็Ÿฅ้Žๆ™‚ใ€‚",
"The selected update channel does not support updates of the server." : "้ธๅฎš็š„ๆ›ดๆ–ฐ้ ป้“ไธๆ”ฏๆดไผบๆœๅ™จๆ›ดๆ–ฐใ€‚",
"A new version is available: <strong>{newVersionString}</strong>" : "ๆ–ฐ็‰ˆๆœฌๅฏ็”จ๏ผš<strong>{newVersionString}</strong>",
"Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "่ซ‹ๆณจๆ„๏ผŒๆ–ฐ็‰ˆๆœฌ้‡‹ๅ‡บๅพŒ๏ผŒๅƒ…ๆœƒๅœจๆœ‰็ฌฌไธ€ๅ€‹ๆฌก่ฆ็‰ˆๆœฌๆˆ–ๆ›ดๆ–ฐ็š„็‰ˆๆœฌๆ™‚้กฏ็คบใ€‚ๆˆ‘ๅ€‘ๆœƒ้€ๆญฅๅ‘ไฝฟ็”จ่€…ๆŽจ้€ๆ–ฐ็‰ˆๆœฌ๏ผŒไธฆๅœจ็™ผ็พๅ•้กŒๆ™‚่ทณ้Ž็‰นๅฎš็‰ˆๆœฌใ€‚ๅœจ {link} ๅ–ๅพ—้—œๆ–ผๆ›ดๆ–ฐ่ˆ‡้‡‹ๅ‡บ้ ป้“็š„ๆ›ดๅคš่ณ‡่จŠ",
- "Checked on {lastCheckedDate}" : "ๆชขๆŸฅๆ–ผ {lastCheckedDate}",
- "Checking apps for compatible updates" : "ๆญฃๅœจๆชขๆŸฅๆ‡‰็”จ็จ‹ๅผๆ˜ฏๅฆ็›ธๅฎนๆ–ผๆ›ดๆ–ฐ",
+ "Checked on {lastCheckedDate}" : "ไธŠๆฌกๆชขๆŸฅๆ—ฅๆœŸ๏ผš{lastCheckedDate}",
+ "Checking apps for compatible updates" : "ๆญฃๅœจๆชขๆŸฅๆ‡‰็”จ็จ‹ๅบๆ˜ฏๅฆๅ…ผๅฎนๆ›ดๆ–ฐ",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "่ซ‹็ขบๅฎšๆ‚จ็š„ config.php ไธญไธฆๆฒ’ๆœ‰ๅฐ‡ <samp>appstoreenabled</samp> ็š„ๅ€ผ่จญๅฎš็‚บ falseใ€‚",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "็„กๆณ•้€ฃ็ทš่‡ณๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—๏ผŒๆˆ–่€…ๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—ๅ›žๆ‡‰็„กไปปไฝ•ๆ›ดๆ–ฐ๏ผŒ่ซ‹ๆ‚จๆ‰‹ๅ‹•ๆœๅฐ‹ๆ›ดๆ–ฐ๏ผŒๆˆ–่€…ไฟฎๅพฉๆ‚จไผบๆœๅ™จ็š„็ถฒ้š›็ถฒ่ทฏ้€ฃ็ทš๏ผŒ่ฎ“ๅฎƒๅฏไปฅ้€ฃ็ทš่‡ณๆ‡‰็”จ็จ‹ๅผๅ•†ๅบ—ใ€‚",
"<strong>All</strong> apps have an update for this version available" : "<strong>ๆ‰€ๆœ‰</strong>ๆ‡‰็”จ็จ‹ๅผ้ƒฝๆœ‰ๆญค็‰ˆๆœฌ็š„ๆ›ดๆ–ฐ",
@@ -38,7 +38,7 @@
"Stable" : "็ฉฉๅฎš",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "ๆœ€ๆ–ฐ็š„็ฉฉๅฎš็‰ˆๆœฌใ€‚้ฉๆ–ผไธ€่ˆฌไฝฟ็”จ๏ผŒไธ€ๅพ‹ๆ›ดๆ–ฐๅˆฐๆœ€ๆ–ฐไธป่ฆ็‰ˆๆœฌใ€‚",
"Beta" : "Beta ๆธฌ่ฉฆ็‰ˆ",
- "A pre-release version only for testing new features, not for production environments." : "้‡‹ๅ‡บๅ‰็‰ˆๆœฌ๏ผŒๅƒ…ไพ›ๆธฌ่ฉฆๆ–ฐๅŠŸ่ƒฝไฝฟ็”จ๏ผŒไธ้ฉ็”จๆ–ผ็”Ÿ็”ข็’ฐๅขƒใ€‚",
+ "A pre-release version only for testing new features, not for production environments." : "้ ็™ผๅธƒ็‰ˆๆœฌๅƒ…็”จๆ–ผๆธฌ่ฉฆๆ–ฐๅŠŸ่ƒฝ๏ผŒไธ้ฉ็”จๆ–ผ็”Ÿ็”ข็’ฐๅขƒใ€‚",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> ๆ‡‰็”จ็จ‹ๅผๆฒ’ๆœ‰ๆญค็‰ˆๆœฌ็š„ๆ›ดๆ–ฐ"],
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "่ซ‹ๆณจๆ„๏ผŒๆ–ฐ็‰ˆๆœฌ้‡‹ๅ‡บๅพŒ๏ผŒ้œ€่ฆ้Žไธ€ๆฎตๆ™‚้–“ๆ‰ๆœƒๅœจๆญค้กฏ็คบ้€š็Ÿฅใ€‚้šจ่‘—ๆ™‚้–“ๆŽจ้€ฒ๏ผŒๆˆ‘ๅ€‘็‚บ็”จๆˆถๆŽจๅ‡บไบ†ๆ–ฐ็š„็‰ˆๆœฌ๏ผŒๆœ‰ๆ™‚ๅ€™ๆœƒๅœจ็™ผ็พๅ•้กŒๆ™‚่ทณ้Žๅ‰ไธ€ๅ€‹็‰ˆๆœฌๆ›ดๆ–ฐใ€‚"
},"pluralForm" :"nplurals=1; plural=0;"
diff --git a/apps/updatenotification/l10n/zh_TW.js b/apps/updatenotification/l10n/zh_TW.js
index 65b113d0bfb..9416767ec78 100644
--- a/apps/updatenotification/l10n/zh_TW.js
+++ b/apps/updatenotification/l10n/zh_TW.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"{version} is available. Get more information on how to update." : "{version} ้‡‹ๅ‡บไบ†๏ผŒๅฏไปฅๆ›ดๆ–ฐ",
"Channel updated" : "้ ป้“ๅทฒๆ›ดๆ–ฐ",
+ "Web updater is disabled" : "็ถฒ้ ๆ›ดๆ–ฐ็จ‹ๅผๅทฒๅœ็”จ",
"Update notifications" : "ๆ›ดๆ–ฐ้€š็Ÿฅ",
"The update server could not be reached since %d days to check for new updates." : "ๆ›ดๆ–ฐไผบๆœๅ™จๅœจ%dๅคฉๅ‰ๅทฒ็ถ“็„กๆณ•้€ฃ็ทšๆชขๆŸฅๆ›ดๆ–ฐ",
"Please check the Nextcloud and server log files for errors." : "่ซ‹็ขบ่ชไผบๆœๅ™จ็ด€้Œ„ๆช”ไปฅๆชข่ฆ–้Œฏ่ชคใ€‚",
@@ -17,6 +18,7 @@ OC.L10N.register(
"Apps with available updates" : "ๆœ‰ๅฏ็”จๆ›ดๆ–ฐ็š„ๆ‡‰็”จ็จ‹ๅผ",
"Open updater" : "ๆ‰“้–‹ๆ›ดๆ–ฐ็จ‹ๅผ",
"Download now" : "็พๅœจไธ‹่ผ‰",
+ "Please use the command line updater to update." : "่ซ‹ไฝฟ็”จๅ‘ฝไปคๅˆ—ๆ›ดๆ–ฐ็จ‹ๅผไพ†ๆ›ดๆ–ฐใ€‚",
"What's new?" : "ๆœ‰ไป€้บผๆ–ฐ้ฎฎไบ‹๏ผŸ",
"The update check is not yet finished. Please refresh the page." : "ๆ›ดๆ–ฐๆชขๆŸฅๆœชๅฎŒๆˆใ€‚่ซ‹้‡ๆ–ฐๆ•ด็†ๆญค้ ้ขใ€‚",
"Your version is up to date." : "ๆ‚จ็š„็‰ˆๆœฌๆ˜ฏๆœ€ๆ–ฐ็‰ˆใ€‚",
diff --git a/apps/updatenotification/l10n/zh_TW.json b/apps/updatenotification/l10n/zh_TW.json
index 8886d9bd8ff..84d7fef6490 100644
--- a/apps/updatenotification/l10n/zh_TW.json
+++ b/apps/updatenotification/l10n/zh_TW.json
@@ -1,6 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "{version} ้‡‹ๅ‡บไบ†๏ผŒๅฏไปฅๆ›ดๆ–ฐ",
"Channel updated" : "้ ป้“ๅทฒๆ›ดๆ–ฐ",
+ "Web updater is disabled" : "็ถฒ้ ๆ›ดๆ–ฐ็จ‹ๅผๅทฒๅœ็”จ",
"Update notifications" : "ๆ›ดๆ–ฐ้€š็Ÿฅ",
"The update server could not be reached since %d days to check for new updates." : "ๆ›ดๆ–ฐไผบๆœๅ™จๅœจ%dๅคฉๅ‰ๅทฒ็ถ“็„กๆณ•้€ฃ็ทšๆชขๆŸฅๆ›ดๆ–ฐ",
"Please check the Nextcloud and server log files for errors." : "่ซ‹็ขบ่ชไผบๆœๅ™จ็ด€้Œ„ๆช”ไปฅๆชข่ฆ–้Œฏ่ชคใ€‚",
@@ -15,6 +16,7 @@
"Apps with available updates" : "ๆœ‰ๅฏ็”จๆ›ดๆ–ฐ็š„ๆ‡‰็”จ็จ‹ๅผ",
"Open updater" : "ๆ‰“้–‹ๆ›ดๆ–ฐ็จ‹ๅผ",
"Download now" : "็พๅœจไธ‹่ผ‰",
+ "Please use the command line updater to update." : "่ซ‹ไฝฟ็”จๅ‘ฝไปคๅˆ—ๆ›ดๆ–ฐ็จ‹ๅผไพ†ๆ›ดๆ–ฐใ€‚",
"What's new?" : "ๆœ‰ไป€้บผๆ–ฐ้ฎฎไบ‹๏ผŸ",
"The update check is not yet finished. Please refresh the page." : "ๆ›ดๆ–ฐๆชขๆŸฅๆœชๅฎŒๆˆใ€‚่ซ‹้‡ๆ–ฐๆ•ด็†ๆญค้ ้ขใ€‚",
"Your version is up to date." : "ๆ‚จ็š„็‰ˆๆœฌๆ˜ฏๆœ€ๆ–ฐ็‰ˆใ€‚",
diff --git a/core/l10n/lo.js b/core/l10n/lo.js
new file mode 100644
index 00000000000..a6c93024a08
--- /dev/null
+++ b/core/l10n/lo.js
@@ -0,0 +1,233 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "เบเบฐเบฅเบธเบ™เบฒเป€เบฅเบทเบญเบเบŸเบฒเบ",
+ "File is too big" : "เบŸเบฒเบเปƒเบซเบเปˆเป‚เบžเบ”",
+ "The selected file is not an image." : "เบŸเบฒเบเบ™เบตเป‰เบšเปเปˆเปเบกเปˆเบ™เบ›เบฐเป€เบžเบ”เบฎเบนเบš",
+ "The selected file cannot be read." : "เบŸเบฒเบเบ™เบตเป‰เบšเปเปˆเบชเบฒเบกเบฒเบ”เบญเปˆเบฒเบ™เป„เบ”เป‰",
+ "Invalid file provided" : "เบŸเบฒเบเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "No image or file provided" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš เบซเบผเบท เบŸเบฒเบ",
+ "Unknown filetype" : "เบšเปเปˆเบฎเบนเป‰เบ›เบฐเป€เบžเบ”เบ‚เบญเบ‡เบŸเบฒเบ",
+ "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš",
+ "An error occurred. Please contact your admin." : "เบ„เบฑเบ”เบ‚เป‰เบญเบ‡ เบเบฐเบฅเบธเบ™เบฅเบฒเบ•เบดเบ”เบ•เปเปˆ เบ—เบตเบกเบšเปเบฅเบดเบซเบฒเบ™",
+ "No temporary profile picture available, try again" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบšเบซเบผเบทเบŸเบฒเบเบŠเบปเปˆเบงเบ„เบฒเบง, เบเบฐเบฅเบธเบ™เบ™เบฒ เบฅเบญเบ‡เปƒเปเปˆ",
+ "No crop data provided" : "เบšเปเปˆเบกเบตเบ‚เปเป‰เบกเบนเบ™เบ—เบตเบ•เบฑเบ”เบ•เปเปˆเบ›เป‰เบญเบ™เป€เบ‚เบปเป‰เบฒ",
+ "No valid crop data provided" : "เบšเปเปˆเบกเบตเบ‚เปเป‰เบกเบนเบ™เบ•เบฑเบ”เบ•เปเปˆเบ—เบตเบ–เบทเบเบ•เป‰เบญเบ‡เบ›เป‰เบญเบ™เป€เบ‚เบปเป‰เบฒ",
+ "Crop is not square" : "เบเบฒเบ™เบ•เบฑเบ”เบ•เปเปˆเบšเปเปˆเป€เบ›เบฑเบ™เบฎเบนเบšเบชเบตเปˆเบซเบผเบฝเบก",
+ "State token does not match" : "เบชเบฐเบ–เบฒเบ™เบฐเบ‚เบญเบ‡เป‚เบ•เบเป€เบเบฑเบ™เบšเปเปˆเบ•เบปเบ‡เบเบฑเบ™",
+ "Invalid app password" : "เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "Could not complete login" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเป„เบ”เป‰",
+ "Your login token is invalid or has expired" : "เป‚เบ•เบเป€เบเบฑเบ™เป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡ เบซเบผเบท เปเบปเบ”เบญเบฒเบเบธ",
+ "Password reset is disabled" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Couldn't reset password because the token is invalid" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™ เป€เบžเบฒเบฐ เป‚เบ•เบเป€เบเบฑเบ™ เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "Couldn't reset password because the token is expired" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™ เป€เบžเบฒเบฐ เป‚เบ•เบเป€เบเบฑเบ™ เปเบปเบ”เบญเบฒเบเบธ",
+ "%s password reset" : "%s เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Password reset" : "เบ›เปˆเบฝเบ™เบšเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "เบเบปเบ”เบ›เบธเปˆเบกเบ™เบตเป‰เป€เบžเบทเปˆเบญเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™. เบ–เป‰เบฒเบซเบฒเบเบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเป‰เบญเบ‡เบ‚เปเบเบฒเบ™เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™, เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบเป€เบฅเบตเบ เป€เบกเบฅเบ™เบตเป‰. ",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "เบเบปเบ”เบ›เบธเปˆเบกเบ™เบตเป‰เป€เบžเบทเปˆเบญเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™. เบ–เป‰เบฒเบซเบฒเบเบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเป‰เบญเบ‡เบ‚เปเบเบฒเบ™เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™, เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบเป€เบฅเบตเบ เป€เบกเบฅเบ™เบตเป‰. ",
+ "Reset your password" : "เปˆเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Nextcloud Server" : "เป€เบŠเบตเบšเป€เบงเบต เป€เบ™เบฑเบเบ„เบฎเบฒเบง",
+ "Some of your link shares have been removed" : "เบšเบฒเบ‡เบฅเบตเป‰เบ‡เบ—เบตเบ—เปˆเบฒเบ™เป„เบ”เป‰เปเบšเปˆเบ‡เบ›เบฑเบ™เบ–เบทเบเบเบปเบเป€เบฅเบตเบเปเบฅเป‰เบง",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบšเบฑเบ™เบซเบฒเบ”เป‰เบฒเบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž, เบžเบงเบเป€เบฎเบปเบฒเป„เบ”เป‰เบเบปเบเป€เบšเบตเบเบเบฒเบ™เปเบšเปˆเบ‡เบ›เบฑเบ™เบฅเบตเป‰เบ‡. เบชเปเบฒเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเปˆเบก เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบ”เป€เบšเบตเปˆเบ‡เบฅเบตเบ‡ ",
+ "The user limit of this instance is reached." : "เบฎเบญเบ”เบเปเบฒเบ™เบปเบ”เบˆเปเบฒเบเบฑเบ”เบˆเปเบฒเบ™เบงเบ™เบœเบนเป‰เปƒเบŠเป‰เปเบฅเป‰เบง",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "เปƒเบชเปˆเบฅเบฐเบซเบฑเบ”เบเบฒเบ™เบชเบฐเปเบฑ เปƒเบŠเป‰ เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบžเบทเปˆเบญเป€เบžเบตเปˆเบกเบ‚เบตเบ”เบ„เบงเบฒเบกเบชเบฒเบกเบฒเบ”เบ‚เบญเบ‡เบœเบนเป‰เปƒเบŠเป‰. เบชเบณเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบš Nextcloud เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป€เบงเบฑเบšเป„เบŠเบ—เปŒเบ‚เบญเบ‡เบžเบงเบเป€เบฎเบปเบฒ.",
+ "Preparing update" : "เบเบฐเบเบฝเบกเบญเบฑเบšเป€เบ”เบ”",
+ "[%d / %d]: %s" : "[%d/%d]:%s",
+ "Repair step:" : "เบ‚เบฑเป‰เบ™เบ•เบญเบ™เปƒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair info:" : "เบ‚เปเป‰เบกเบนเบ™เปƒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair warning:" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™ เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair error:" : "เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เบ„เบฑเบ”เบ‚เป‰เบญเบ‡",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "เบเบฐเบฅเบธเบ™เบฒเปƒเบŠเป‰ เบ„เปเบฒเบชเบฑเปˆเบ‡ เบ›เบฑเบšเบ›เบธเบ‡ เป€เบžเบฒเบฐเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ”เบ–เบทเบเบ›เบดเบ”เปƒเบ™เบฅเบฐเบšเบปเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d]:เบเบงเบ”เป€เบšเบตเปˆเบ‡เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ %s",
+ "Turned on maintenance mode" : "เป€เบ›เบตเบ”เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "Turned off maintenance mode" : "เบ›เบดเบ”เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "Maintenance mode is kept active" : "เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒเป„เบ”เป‰เบ–เบทเบเป€เบ›เบตเบ”เบ›เบฐเป„เบงเป‰",
+ "Updating database schema" : "เบเปเบฒเบฅเบฑเบ‡เบญเบฑเบšเป€เบ”เบ”เปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Updated database" : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบญเบฑเบšเป€เบ”เบ”เปเบฅเป‰เบง",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "เบเบฒเบ™เบเบงเบ”เบชเบญเบšเบงเปˆเบฒเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบชเบฒเบกเบฒเบ”เบญเบฑเบšเป€เบ”เบ”เป„เบ”เป‰เบซเบฅเบทเบšเปเปˆ (เบกเบฑเบ™เบญเบฒเบ”เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบ‚เบทเป‰เบ™เบเบฑเบšเบ‚เบฐเปœเบฒเบ” เบ‚เบญเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™)",
+ "Checked database schema update" : "เป€เบฅเบทเบญเบเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ—เบตเบˆเบฐเบญเบฑเบšเป€เบ”เบ”",
+ "Checking updates of apps" : "เบเปเบฒเบฅเบฑเบ‡เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เบ‚เบญเบ‡เปเบญเบฑเบš ",
+ "Checking for update of app \"%s\" in appstore" : "เบเปเบฒเบฅเบฑเบ‡เบเบงเบ”เบชเบญเบšเบเบฒเบ™เป€เบญเบฑเบšเป€เบ”เบ” เปเบญเบฑเบš \"%s\" เปƒเบ™เปเบญเบฑเบšเบชเบฐเบ•เป",
+ "Update app \"%s\" from appstore" : "เบญเบฑเบšเป€เบ”เบ” เป€เบญเบฑเบš \"%s\" เบˆเบฒเบ เปเบญเบฑเบšเบชเบฐเบ•เป",
+ "Checked for update of app \"%s\" in appstore" : "เบเบงเบ”เบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เปเบญเบฑเบš ย \"%s\" เปƒเบ™เป€เบญเบฑเบšเบชเบฐเบ•เป",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "เบเบงเบ”เป€เบšเบดเปˆเบ‡เบงเปˆเบฒเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™ เบชเบณเบฅเบฑเบš %s เบชเบฒเบกเบฒเบ”เบญเบฑเบšเป€เบ”เบ”เป„เบ”เป‰เบซเบฅเบทเบšเปเปˆ (เบกเบฑเบ™เบญเบฒเบ”เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบญเบตเบ‡เบ•เบฒเบกเบ‚เบฐเปœเบฒเบ” เบ‚เบญเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™)",
+ "Checked database schema update for apps" : "เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™ เบชเบณเบฅเบฑเบšเปเบญเบฑเบš.",
+ "Updated \"%1$s\" to %2$s" : "เบญเบฑเบšเป€เบ”เบ” \"%1$s\" เบซเบฒ %2$s",
+ "Set log level to debug" : "เบเปเบฒเบ™เบปเบ”เบฅเบฐเบ”เบฑเบšเบ‚เบญเบ‡ Log เป€เบžเบทเปˆเบญเปเบเป‰เบˆเบธเบ”เบšเบปเบเบœเปˆเบญเบ‡",
+ "Reset log level" : "เบ•เบฑเป‰เบ‡เบฅเบฐเบ”เบฑเบš Log เบ„เบทเบ™เปƒเปเปˆ",
+ "Starting code integrity check" : "เป€เบฅเบตเปˆเบกเบ•เบปเป‰เบ™เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบชเบปเบกเบšเบนเบ™เบ‚เบญเบ‡เบฅเบฐเบซเบฑเบ”",
+ "Finished code integrity check" : "เบชเปเบฒเป€เบฅเบฑเบ”เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบชเบปเบกเบšเบนเบ™เบ‚เบญเบ‡เบฅเบฐเบซเบฑเบ”",
+ "%s (incompatible)" : "%s (เบ‚เบฑเบ”เปเบเป‰เบ‡)",
+ "The following apps have been disabled: %s" : "เปเบญเบฑเบšเบ”เบฑเปˆเบ‡เบเปˆเบฒเบงเป„เบ”เป‰เบ–เบทเบเบ›เบตเบ”เป„เบงเป‰:%s",
+ "Already up to date" : "เป„เบ”เป‰เบญเบฑเบšเป€เบ”เบ”เปเบฅเป‰เบง",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "เป€เบงเบฑเบšเป€เบŠเบตเบšเป€เบงเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบ‡เบšเปเปˆเบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบกเบตเบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบชเบฒเบ™เบญเบเบฐเบชเบฒเบ™, เป€เบžเบฒเบฐเบงเปˆเบฒเบญเบดเบ™เป€เบ•เบตเป€เบŸเบ” WebDAV เบญเบฒเบ”เบ–เบทเบเบ—เปเบฒเบฅเบฒเบ ",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบงเบฑเบšเป€เบŠเบตเบšเป€เบงเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบ‡เบšเปเปˆเบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เปเบเป‰เบšเบฑเบ™เบซเบฒเป„เบ”เป‰ \"{url}\".ย เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเป„เบ› เบ—เบต <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "เป€เบงเบฑเบš เป„เบŠเบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ เบšเปเปˆเป„เบ”เป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเปเบเป‰ เป„เบ‚ \"{url}\" .เบเปˆเบฝเบงเบเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบงเบฑเบšเป„เบŠเบ—เปŒเบšเปเปˆเบกเบตเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เป€เบžเบทเปˆเบญเบชเบปเปˆเบ‡เป‚เบŸเบ™เป€เบ”เบตเบ™เบตเป‰เป‚เบ”เบเบเบปเบ‡. เบเบฐเบฅเบธเบ™เบฒเบ›เบฝเบšเบ—เบฝเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบšเบเบฒเบ™เบ‚เบฝเบ™เบ„เบทเบ™เบ—เบตเปˆเบ–เบทเบเบชเบปเปˆเบ‡เปƒเบ™ \".htaccess\" เบชเปเบฒเบฅเบฑเบš Apache เบซเบผเบทเบ—เบตเปˆเบชเบฐเบซเบ™เบญเบ‡เปƒเบซเป‰ Nginx<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เปƒเบ™เบซเบ™เป‰เบฒเป€เบญเบเบฐเบชเบฒเบ™</a>. เปƒเบ™ Nginx เป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เป‚เบ”เบเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเปเบกเปˆเบ™เป€เบชเบฑเป‰เบ™เบ—เบตเปˆเป€เบฅเบตเปˆเบกเบ•เบปเป‰เบ™เบ”เป‰เบงเบ \"เบชเบฐเบ–เบฒเบ™เบ—เบตเปˆ ~\" เบ—เบตเปˆเบ•เป‰เบญเบ‡เบเบฒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เป€เบงเบฑเบšเป„เบŠเบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ เบšเปเปˆเป„เบ”เป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเปเบเป‰ เป„เบ‚เป€เบžเบทเปˆเบญ เบชเบปเปˆเบ‡ เป„เบŸ woff2 . เป‚เบ”เบเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเปเบกเปˆเบ™เบšเบฑเบ™เบซเบฒเบ—เบตเปˆเบกเบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ Nginx. เบชเปเบฒเบฅเบฑเบš Nextcloud 15 เบกเบฑเบ™เบˆเปเบฒเป€เบ›เบฑเบ™เบ•เป‰เบญเบ‡เบกเบตเบเบฒเบ™เบ›เบฑเบšเบ•เบปเบงเป€เบžเบทเปˆเบญเบชเบปเปˆเบ‡เป„เบŸเบฅเปŒ .woff2 เบญเบตเบเบ”เป‰เบงเบ. เบ›เบฝเบšเบ—เบฝเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ Nginx เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒเปƒเบ™<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a> เบ‚เบญเบ‡เบžเบงเบเป€เบฎเบปเบฒ.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP เบšเปเปˆเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เป€เบซเบกเบฒเบฐเบชเบปเบกเป€เบžเบทเปˆเบญเบชเบญเบšเบ–เบฒเบกเบ•เบปเบงเปเบ›เบชเบฐเบžเบฒเบšเปเบงเบ”เบฅเป‰เบญเบกเบ‚เบญเบ‡เบฅเบฐเบšเบปเบš. เบเบฒเบ™เบ—เบปเบ”เบชเบญเบšเบเบฑเบš getenv(\"PATH\") เบžเบฝเบ‡เปเบ•เปˆเบเบฑเบšเบ„เบทเบ™เบเบฒเบ™เบ•เบญเบšเบชเบฐเบซเบ™เบญเบ‡เบ—เบตเปˆเบซเบงเปˆเบฒเบ‡เป€เบ›เบปเปˆเบฒ.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation โ†—</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "เบเบฐเบฅเบธเบ™เบฒเบเบงเบ”เบชเบญเบš <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡ โ†—</a> เบชเปเบฒเบฅเบฑเบšเบšเบฑเบ™เบ—เบถเบเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ PHP เปเบฅเบฐ เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ PHP เบ‚เบญเบ‡ server เบ‚เบญเบ‡เบ—เปˆเบฒเบ™, เป‚เบ”เบเบชเบฐเป€เบžเบฒเบฐเป€เบกเบทเปˆเบญเปƒเบŠเป‰ php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเปเบšเบšเบญเปˆเบฒเบ™เป€เบ—เบปเปˆเบฒเบ™เบฑเป‰เบ™เป„เบ”เป‰เบ–เบทเบเป€เบ›เบตเบ”เปƒเบŠเป‰. เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ›เป‰เบญเบ‡เบเบฑเบ™เบšเบฒเบ‡เบขเปˆเบฒเบ‡เบœเปˆเบฒเบ™เป€เบงเบฑเบšเป„เบŠ. เบเบดเปˆเบ‡เป„เบ›เบเบงเปˆเบฒเบ™เบฑเป‰เบ™, เบŸเบฒเบเบˆเปเบฒเป€เบ›เบฑเบ™เบ•เป‰เบญเบ‡เป„เบ”เป‰เบ‚เบฝเบ™เบ”เป‰เบงเบเบกเบทเบชเปเบฒเบฅเบฑเบšเบ—เบธเบเป†เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ”เบณเป€เบ™เบตเบ™เบเบฒเบ™เบเบฑเบš \"READ COMMITTEDโ€. เบ›เบฐเป€เบžเบ”เบเบฒเบ™เป€เบฎเบฑเบ”เบ—เบธเบฅเบฐเบเบณเบฅเบฐเบ”เบฑเบšเบ™เบตเป‰ โ€œ เบŠเบทเปˆเบ‡เบญเบฒเบ”เป€เบฎเบฑเบ”เปƒเบซเป‰เป€เบเบตเบ”เบšเบฑเบ™เบซเบฒ เปƒเบ™เป€เบงเบฅเบฒ เป€เบ›เบตเบ”เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบเบฒเบ™เบซเบผเบฒเบ เบฅเบฒเบเบเบฒเบ™เบžเป‰เบญเบกเบเบฑเบ™.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "เป‚เบกเบ”เบนเบ™ PHP \"fileinfo\" เบซเบฒเบเป„เบ›. เปเบ™เบฐเบ™เบณ เปƒเบซเป‰เป€เบ›เบตเบ”เปƒเบŠเป‰เป‚เบกเบ”เบนเบ™เบ™เบตเป‰ เป€เบžเบทเปˆเบญเปƒเบซเป‰ เป„เบ”เป‰เบœเบปเบ™เบ—เบตเปˆเบ”เบตเบ—เบตเปˆเบชเบธเบ” เป€เบกเบทเปˆเบญเบฎเปˆเบงเบกเบเบฒเบ™เบเบงเบ”เบเบฒ MIME",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation โ†—</a> for more information." : "เบณเบเบฒเบ™เบฅเบญเบเบเบฒเบ™เป‚เบญเบ™เบขเป‰เบฒเบเบŸเบฒเบเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”เบเบฒเบ™เบ™เปเบฒเปƒเบŠเป‰, เบญเบฒเบ”เบˆเบฐเบเปเปƒเบซเป‰เป€เบเบตเบ”เบšเบฑเบ™เบซเบฒเบ•เบฒเบกเบกเบฒ. เบเบฐเบฅเบธเบ™เบ™เบฒเป€เบ›เบตเบ” \"filelocking.enabled\" เปƒเบ™ config.php เป€เบžเบทเปˆเบญเบซเบผเบตเบเบฅเป‰เบฝเบ‡ เบšเบฑเบ™เบซเบฒ. เป€เบšเบตเปˆเบ‡เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเปˆเบกเบ—เบต <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a> ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "เบ–เป‰เบฒเบซเบฒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบฅเบฐเบšเบปเบšเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเบชเปเบฒเป€เบฅเบฑเบ” เปƒเบ™ root เบ‚เบญเบ‡เป‚เบ”เป€เบกเบš เปเบฅเบฐ เบ™เปเบฒเปƒเบŠเป‰เปƒเบ™เบฅเบฐเบšเบปเบš, เบญเบฒเบ”เบˆเบฐเป€เบเบตเบ”เบกเบฒเบˆเบฒเบ เบšเบฑเบ™เบซเบฒเบเบฒเบ™เบชเป‰เบฒเบ‡ URL. เป€เบžเบทเปˆเบญเบซเบผเบตเบเบฅเป‰เบฝเบ‡เบšเบฑเบ™เบซเบฒเบ”เบ”เบฑเปˆเบ‡เบเปˆเบฒเบง, เบเบฐเบฅเบธเบ™เบ™เบฒ เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ—เบฒเบ‡เป€เบฅเบทเบญเบเปƒเบ™ config.php file เป€เบ›เบฑเบ™ \"overwrite.cli.url\" เปƒเบ™ webroot เบ‚เบญเบ‡เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ. ( เปเบ™เบฐเบ™เปเบฒ : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code โ†—{linkend} of the region to your config file." : "เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบเปเบฒเบ™เบปเบ”เป€เบ‚เบ”เบšเปเบฅเบดเบเบฒเบ™เป‚เบ—เบฅเบฐเบชเบฑเบš. เบ™เบตเป‰เปเบกเปˆเบ™เบˆเปเบฒเป€เบ›เบฑเบ™เป€เบžเบทเปˆเบญเบขเบฑเป‰เบ‡เบขเบทเบ™เป€เบšเบตเป‚เบ—เบฅเบฐเบชเบฑเบšเปƒเบ™เบเบฒเบ™เบ•เบฑเป‰เบ‡เปœเป‰เบฒเบ›เบปเบ เป‚เบ”เบเบšเปเปˆเบกเบตเบเบฒเบ™เบฅเบฐเบซเบฑเบ”เบ›เบฐเป€เบ—เบ”. เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบ•เบปเบงเป€เบฅเบเบ—เบตเปˆเบšเปเปˆเบกเบตเบฅเบฐเบซเบฑเบ”เบ›เบฐเป€เบ—เบ”, เบเบฐเบฅเบธเบ™เบฒเป€เบžเบตเปˆเบก \"เบเปเบฒเบ™เบปเบ”เป€เบ‚เบ”เบšเปเบฅเบดเบเบฒเบ™เป‚เบ—เบฅเบฐเบชเบฑเบš\" เบ—เบตเปˆเบกเบตเบฅเบฐเบซเบฑเบ” {linkstart}เบฅเบฐเบซเบฑเบ” ISO 3166-1 โ†—{linkend} เป€เบ‚เบ”เบžเบทเป‰เบ™เบ—เบตเปˆเปƒเบชเปˆเบŸเบฒเบ config เบ‚เบญเบ‡เบ—เปˆเบฒเบ™.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "เป€เบ›เบฑเบ™เป„เบ›เบšเปเปˆเป„เบ”เป‰ เบ—เบตเปˆเบˆเบฐเบ”เปเบฒเป€เบ™เบตเบ™เบ‡เบฒเบ™cron เบœเปˆเบฒเบ™ CLI เป„เบ”เป‰ . เบ‚เปเป‰เบœเบดเบ”เบžเบฒเบ”เบ—เบฒเบ‡เบ”เป‰เบฒเบ™เป€เบ•เบฑเบเบ™เบดเบเบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เป„เบ”เป‰เบ›เบฒเบเบปเบ”เบงเปˆเบฒ:",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบงเบฝเบเบ‡เบฒเบ™เบžเบทเป‰เบ™เบ–เบฒเบ™เบ„เบฑเป‰เบ‡เบชเบธเบ”เบ—เป‰เบฒเบเป„เบ”เป‰เบ”เบณเป€เบ™เบตเบ™ {relativeTime}. เบšเบฒเบ‡เบชเบดเปˆเบ‡เบšเบฒเบ‡เบขเปˆเบฒเบ‡เบšเปเบ–เบถเบเบ•เป‰เบญเบ‡",
+ "Check the background job settings" : "เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบžเบถเป‰เบ™เบซเบผเบฑเบ‡",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "เป€เบงเบฑเบšเป„เบŠ เบšเปเปˆเบกเบตเบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”: เบˆเบธเบ”เบชเบธเบ”เบ—เป‰เบฒเบเบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เป„เบ”เป‰. เบ™เบตเป‰เบซเบกเบฒเบเบ„เบงเบฒเบก เบงเปˆเบฒเบ„เบธเบ™เบชเบปเบกเบšเบฑเบ”เบšเบฒเบ‡เบขเปˆเบฒเบ‡เป€เบŠเบฑเปˆเบ™เบเบฒเบ™ เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบเบฒเบ™เป€เบเบฑเบšเบฎเบฑเบเบชเบฒเบžเบฒเบเบ™เบญเบ, เบเบฒเบ™เปเบˆเป‰เบ‡เป€เบ•เบทเบญเบ™ เบเปˆเบฝเบงเบเบฑเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เบซเบผเบท เบเบฒเบ™ เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡ apps เบ‚เบญเบ‡ เบžเบฒเบ เบชเปˆเบงเบ™เบ—เบตเบชเบฒเบกเบˆเบฐเบšเปเปˆเป„เบ”เป‰ เบœเบปเบ™ . เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบŸเบฒเบเบˆเบฒเบเบšเปˆเบญเบ™เบ—เบตเปˆเบซเปˆเบชเบ‡เป„เบ เปเบฅเบฐ เบเบฒเบ™เบชเบปเปˆเบ‡เบญเบตเป€เบกเบงเปเบˆเป‰เบ‡เป€เบ•เบทเบญเบ™เบญเบฒเบ”เบˆเบฐเบšเปเปˆเป€เบฎเบฑเบ”เบงเบฝเบเป€เบŠเบฑเปˆเบ™เบเบฑเบ™.เบชเป‰เบฒเบ‡เบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบˆเบฒเบ server เบ™เบตเป‰เบเบฑเบšเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”เป€เบžเบทเปˆเบญเป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบเบฑเบšเบ„เบธเบ™เบฅเบฑเบเบชเบฐเบ™เบฐเบ—เบฑเบ‡เบซเบกเบปเบ”.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบšเปเปˆเบกเบต cache เบ„เบงเบฒเบกเบˆเปเบฒเป„เบ”เป‰เบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒ. เป€เบžเบทเปˆเบญเป€เบžเบตเปˆเบกเบ›เบฐเบชเบดเบ”เบ—เบดเบžเบฒเบš, เบเบฐเบฅเบธเบ™เบฒเบ•เบฑเป‰เบ‡เบ„เปˆเบฒ memcache, เบ–เป‰เบฒเบกเบต. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบšเปเปˆเบกเบตเปเบซเบฅเปˆเบ‡เบ—เบตเปˆเป€เบซเบกเบฒเบฐเบชเบปเบกเบชเปเบฒเบฅเบฑเบšเบเบฒเบ™ randomness เบžเบปเบšเป€เบซเบฑเบ™เป‚เบ”เบ PHP เบŠเบถเบตเปˆเบ‡เบเบดเบ”เบเบฑเป‰เบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเบชเบนเบ‡ . เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "เบ›เบฐเบˆเบธเบšเบฑเบ™เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™ PHP {เบฅเบนเป‰เบ™}. เบญเบฑเบšเป€เบ”เบ”เบฅเบธเป‰เบ™ PHP เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบžเบทเปˆเบญ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">เบ›เบฑเบšเบ›เบธเบ‡เบ›เบฐเบชเบดเบ”เบ—เบดเบžเบฒเบš เปเบฅเบฐ เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเบ—เบตเปˆเบชเบฐเบซเบ™เบญเบ‡เปƒเบซเป‰เป‚เบ”เบเบเบธเปˆเบก PHP</a> เบ—เบฑเบ™เบ—เบตเบ—เบตเปˆเบ—เปˆเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบกเบฑเบ™.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 เป€เบ›เบฑเบ™เบชเบฐเบšเบฑเบšเบชเบธเบ”เบ—เป‰เบฒเบเบ—เบตเปˆเบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™ PHP 7.2. Nextcloud 21 เบฎเบฝเบเบฎเป‰เบญเบ‡เปƒเบซเป‰เบกเบต PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบซเบปเบงเบ‚เปเป‰ proxy เบเบฑเบšเบ„เบทเบ™เปเบกเปˆเบ™เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡, เบซเบผเบท เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡ Nextcloud เบˆเบฒเบ proxy เบ—เบตเปˆเป€เบŠเบทเปˆเบญเบ–เบทเป„เบ”เป‰. เบ–เป‰เบฒเบšเปเปˆเบ”เบฑเปˆเบ‡เบ™เบฑเป‰เบ™, เบ™เบตเป‰เปเบกเปˆเบ™เบšเบฑเบ™เบซเบฒเบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž เปเบฅเบฐ เบชเบฒเบกเบฒเบ”เบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบœเบนเป‰เป‚เบˆเบกเบ•เบต spoof เบ—เบตเปˆเบขเบนเปˆ IP เบ”เบฑเปˆเบ‡เบ—เบตเปˆเป€เบซเบฑเบ™เปƒเบ™ Nextcloud. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached เบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบ›เบฑเบ™ cache เปเบˆเบเบขเบฒเบ, เปเบ•เปˆเป‚เบกเบ”เบนเบ™ PHP เบ—เบตเปˆเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡ \"memcache\" เบ–เบทเบเบ•เบดเบ”เบ•เบฑเป‰เบ‡. OCMemcacheMemcached เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบžเบฝเบ‡เปเบ•เปˆ \"memcached\" เปเบฅเบฐ เบšเปเปˆเปเบกเปˆเบ™ \"memcache\". เป€เบšเบดเปˆเบ‡ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached เบเปˆเบฝเบงเบเบฑเบšเบ—เบฑเบ‡เบชเบญเบ‡เป‚เบกเบ”เบนเบ™</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid filesโ€ฆ</a> / <a href=\"{rescanEndpoint}\">Rescanโ€ฆ</a>)" : "เบšเบฒเบ‡เบŸเบฒเบเบšเปเปˆเป„เบ”เป‰เบœเปˆเบฒเบ™เบเบฒเบ™เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบฅเบฐเบญเบฝเบ”. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบšเบงเบดเบ—เบตเปเบเป‰เป„เบ‚เบšเบฑเบ™เบซเบฒเบ™เบตเป‰เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>. ( <a href=\"{codeIntegrityDownloadEndpoint}\">เบฅเบฒเบเบเบฒเบ™เบŸเบฒเบเบ—เบตเปˆเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡... </a>/ <a href=\"{rescanEndpoint}\">เบชเบฐเปเบเบ™เบ„เบทเบ™เปƒเปเปˆ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "เป‚เบกเบ”เบนเบ™ PHP OPcache เบšเปเปˆเป„เบ”เป‰เบ–เบทเบเป‚เบซเบผเบ”. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒเบกเบฑเบ™เปเบ™เบฐเบ™เปเบฒ</a>เปƒเบซเป‰ เป‚เบซเบผเบ” เบกเบฑเบ™เป€เบ‚เบปเป‰เบฒเป„เบ›เปƒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡ PHP เบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ .",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache เบšเปเปˆเป„เบ”เป‰เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒเปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒ </a>เปƒเบซเป‰เปƒเบŠเป‰เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เปƒเบ™ <code>php.ini </code>",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "เบซเบ™เป‰เบฒเบ—เบตเปˆ PHP \"เบเปเบฒเบ™เบปเบ”เป€เบงเบฅเบฒ\" เปเบกเปˆเบ™เบšเปเปˆเบกเบต. เบ™เบตเป‰เบญเบฒเบ”เบˆเบฐเป€เบฎเบฑเบ”เปƒเบซเป‰ scripts เบ–เบทเบเบขเบธเบ”เบเบฒเบ‡ เบเบฒเบ™เบ›เบฐเบ•เบด เบšเบฑเบ”, เบเบฒเบ™เบ—เปเบฒเบฅเบฒเบเบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™. เบเบฒเบ™เป€เบฎเบฑเบ”เบซเบ™เป‰เบฒเบ—เบตเปˆเบ™เบตเป‰เปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒเบขเปˆเบฒเบ‡เบชเบนเบ‡.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™ FreeType, เป€เบฎเบฑเบ”เปƒเบซเป‰เบเบฒเบ™เปเบ•เบเบ‚เบญเบ‡เบฎเบนเบšเบžเบฒเบšเปœเป‰เบฒเบ›เบปเบ เปเบฅเบฐ เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ interface.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "เบšเปเปˆเบกเบตเบŠเบทเปˆ index \"{indexName}\" เปƒเบ™เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบฒเบ”เบ”เบฑเบ”เบŠเบฐเบ™เบตเบšเบฒเบ‡เบขเปˆเบฒเบ‡เบšเปเปˆเป€เบซเบฑเบ™. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบกเบ”เบฑเบ”เบŠเบฐเบ™เบตเปƒเบชเปˆเบ•เบฒเบ•เบฐเบฅเบฒเบ‡เปƒเบซเบเปˆเบญเบฒเบ”เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเบ”เบปเบ™ . เป‚เบ”เบเบเบฒเบ™เบ”เบณเป€เบ™เบตเบ™ \"occ db:add-missing-indices\" เบ”เบฑเบ”เบŠเบฐเบ™เบตเบ—เบตเปˆเบ‚เบฒเบ”เป„เบ› เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›. เป€เบกเบทเปˆเบญเบ”เบฑเบ”เบŠเบฐเบ™เบตเบ–เบทเบเบ•เบทเปˆเบกเบ„เปเบฒเบชเบญเบšเบ–เบฒเบกเปƒเบชเปˆเบ•เบฒเบ•เบฐเบฅเบฒเบ‡เป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เบ•เบฒเบกเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเบˆเบฐเป„เบงเบ‚เบถเป‰เบ™เบซเบผเบฒเบ.",
+ "Missing primary key on table \"{tableName}\"." : "เบ‚เบฒเบ”เบฅเบฐเบซเบฑเบ”เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบฒเบ”เบฅเบฐเบซเบฑเบ”เบšเบฒเบ‡เบขเปˆเบฒเบ‡. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบกเบเบฐเปเบˆเบ•เบปเป‰เบ™เบ•เปเปƒเบชเปˆ เป‚เบ•เบฐเปƒเบซเบเปˆ เบญเบฒเบ” เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเบ”เบปเบ™เบ™เบฒเบ™เบ—เบตเปˆเบžเบงเบเป€เบ‚เบปเบฒเป€เบˆเบปเป‰เบฒเบšเปเปˆเป„เบ”เป‰ เบ–เบทเบเบ•เบทเปˆเบกเป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ” . เป‚เบ”เบเบเบฒเบ™เปเบฅเปˆเบ™ \"occ db:add-missing-primary-keys\" เบ‚เบฒเบ”เบเบฐเปเบˆเบ•เบปเป‰เบ™เบ•เปเป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "เบ‚เบฒเบ” column เบ—เบฒเบ‡เป€เบฅเบทเบญเบ \"{columnName}\" เปƒเบ™เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เปเบกเปˆเบ™เบ‚เบฒเบ”เบšเบฒเบ‡ columns เบ—เบฒเบ‡เป€เบฅเบทเบญเบ. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบก columns เปƒเบชเปˆ เบ•เบฒเบ•เบฐเบฅเบฒเบ‡เปƒเบซเบเปˆ เบญเบฒเบ” เบˆเบฐ เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบ—เบตเปˆเบšเปเปˆเป„เบ”เป‰เบ•เบทเปˆเบกเป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ” เป€เบกเบทเปˆเบญเป€เบฅเบทเบญเบ เป„เบ”เป‰ . เป‚เบ”เบเบเบฒเบ™เบ”เบณ \"occ db:add-missing-columns\" columns เบ—เบตเปˆเบ‚เบฒเบ”เป„เบ›เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›. เป€เบกเบทเปˆเบญเบกเบตเบเบฒเบ™เป€เบžเบตเปˆเบก columns เบญเบฒเบ”เบˆเบฐเบ›เบฑเบšเบ›เบธเบ‡เบเบฒเบ™เบ•เบญเบšเบชเบฐเบซเบ™เบญเบ‡ เบซเบผเบท เบเบฒเบ™เปƒเบŠเป‰เบ‡เบฒเบ™.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "เบ•เบปเบงเบขเปˆเบฒเบ‡เป€เป€เบ™เบฐเบ™เบณเบ‚เบฒเบ”เป‚เบกเบ”เบนเบ™ PHP, เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡ เปเบฅเบฐ เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒ เบ™เบฑเป‰เบ™ เปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒเปƒเบซเป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡ ",
+ "seconds ago" : "เบงเบดเบ™เบฒเบ—เบตเบœเปˆเบฒเบ™เบกเบฒ",
+ "Connection to server lost" : "เบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบเบฑเบš server เบชเบนเบ™เป€เบชเบ",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["เบเบฒเบ™เป‚เบซเบผเบ”เปœเป‰เบฒเป€เบŸเบชเบกเบตเบšเบฑเบ™เบซเบฒ, เบเบฒเบ™เป‚เบซเบผเบ”เบ„เบทเบ™เปƒเบ™ %nเบงเบดเบ™เบฒเบ—เบต"],
+ "Add to a project" : "เป€เบžเบดเปˆเบกเปƒเบชเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Show details" : "เบชเบฐเปเบ”เบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Hide details" : "เป€เบŠเบทเปˆเบญเบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Rename project" : "เบ›เปˆเบฝเบ™เบŠเบทเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to rename the project" : "เบšเปเปˆเป„เบ”เป‰เบ›เปˆเบฝเบ™เบŠเบทเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to create a project" : "เบšเปเปˆเป„เบ”เป‰เบชเป‰เบฒเบ‡เป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to add the item to the project" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ•เบทเปˆเบกเบฅเบฒเบเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเปƒเบ™เป‚เบ„เบ‡เบเบฒเบ™เป„เบ”เป‰",
+ "Connect items to a project to make them easier to find" : "เบ•เบดเบ”เบ•เปเปˆเบชเบดเปˆเบ‡เบ‚เบญเบ‡เบเบฑเบšเป‚เบ„เบ‡เบเบฒเบ™เป€เบžเบทเปˆเบญเป€เบฎเบฑเบ”เปƒเบซเป‰เบžเบงเบเป€เบ‚เบปเบฒเป€เบˆเบปเป‰เบฒเบŠเบญเบเบซเบฒเป„เบ”เป‰เบ‡เปˆเบฒเบ เบ‚เบถเป‰เบ™",
+ "Type to search for existing projects" : "เบžเบดเบกเป€เบžเบทเปˆเบญเบŠเบญเบเบซเบฒเป‚เบ„เบ‡เบเบฒเบ™เบ—เบตเปˆเบกเบตเบขเบนเปˆเปเบฅเป‰เบง",
+ "New in" : "เปƒเบซเบกเปˆ",
+ "View changelog" : "เป€เบšเบดเปˆเบ‡เบเบฒเบ™เบ›เปˆเบฝเบ™เปเบ›เบ‡",
+ "Very weak password" : "เบฅเบฐเบซเบฑเบ”เบญเปˆเบญเบ™เบซเบผเบฒเบ",
+ "Weak password" : "เบฅเบฐเบซเบฑเบ”เบญเปˆเบญเบ™",
+ "So-so password" : "เบฅเบฐเบซเบฑเบ”เบ—เบณเบกเบฐเบ”เบฒ",
+ "Good password" : "เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Strong password" : "เบฅเบฐเบซเบฑเบ”เบ—เบตเปˆเป€เบ‚เบฑเป‰เบกเปเบ‚เบ‡",
+ "No action available" : "เบšเปเปˆเบกเบตเบเบฒเบ™เบเบฐเบ—เปเบฒเบ—เบตเปˆเบกเบตเบขเบนเปˆ",
+ "Error fetching contact actions" : "เบœเบดเบ”เบžเบฒเบ”เปƒเบ™เบเบฒเบ™เบฎเบฑเบšเป€เบญเบปเบฒเบเบฒเบ™เบ•เบดเบ”เบ•เปเปˆ",
+ "Non-existing tag #{tag}" : "เบšเปเปˆเบกเบตtag #{tag}",
+ "restricted" : "เบˆเปเบฒเบเบฑเบ”",
+ "invisible" : "เบšเปเปˆเป€เบซเบฑเบ™",
+ "Delete" : "เบฅเบถเบš",
+ "Rename" : "เบ›เปˆเบฝเบ™เบŠเบทเปˆ",
+ "Collaborative tags" : "tags เบเบฒเบ™เบฎเปˆเบงเบกเบกเบท",
+ "No tags found" : "เบšเปเปˆเบžเบปเบštags",
+ "Personal" : "เบชเปˆเบงเบ™เบšเบธเบเบ„เบปเบ™",
+ "Users" : "เบœเบนเป‰เปƒเบŠเป‰",
+ "Apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™",
+ "Admin" : "เบœเบนเป‰เป€เบšเบดเปˆเบ‡เป€เป€เบเบ‡เบฅเบฐเบšเบปเบš",
+ "Help" : "เบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ",
+ "Access forbidden" : "เบซเป‰เบฒเบกเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡",
+ "File not found" : " เบšเปเปˆเบžเบปเบšเบŸเบฒเบ",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "เป€เบญเบเบฐเบชเบฒเบ™เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ„เบปเป‰เบ™เบžเบปเบšเป„เบ”เป‰เปƒเบ™ server. เบšเบฒเบ‡เบ—เบตเบชเปˆเบงเบ™เปเบšเปˆเบ‡เบ–เบทเบเบฅเบถเบš เบซเบผเบท เป„เบ”เป‰เบชเบดเป‰เบ™เบชเบธเบ”เบฅเบปเบ‡?",
+ "Back to %s" : "เบซเบผเบฑเบ‡%s",
+ "Too many requests" : "เบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบซเบผเบฒเบเป€เบเบตเบ™เป„เบ›",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "เบกเบตเบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบซเบผเบฒเบเป€เบเบตเบ™เป„เบ›เบˆเบฒเบเป€เบ„เบทเบญเบ‚เปˆเบฒเบเบ‚เบญเบ‡เบ—เปˆเบฒเบ™. Retry เปƒเบ™เป€เบงเบฅเบฒเบ•เปเปˆเบกเบฒ เบซเบผเบท เบ•เบดเบ”เบ•เปเปˆเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ™เบตเป‰เปเบกเปˆเบ™เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”",
+ "Error" : "เบœเบดเบ”เบžเบฒเบ”",
+ "Previous" : "เบเปˆเบญเบ™เปœเป‰เบฒ",
+ "Internal Server Error" : "เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”เบ‚เบญเบ‡ Server เบžเบฒเบเปƒเบ™",
+ "The server was unable to complete your request." : "server เบšเปเปˆเบชเบฒเบกเบฒเบ”เบชเปเบฒเป€เบฅเบฑเบ”เบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "If this happens again, please send the technical details below to the server administrator." : "เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ™เบตเป‰เป€เบเบตเบ”เบ‚เบถเป‰เบ™เบญเบตเบ, เบเบฐเบฅเบธเบ™เบฒเบชเบปเปˆเบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เบ—เบฒเบ‡เบ”เป‰เบฒเบ™เป€เบ•เบฑเบเบ™เบดเบเบ‚เป‰เบฒเบ‡เบฅเบธเปˆเบกเบ™เบตเป‰เป„เบ›เบซเบฒเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™ server",
+ "More details can be found in the server log." : "เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ log server.",
+ "Technical details" : "เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบ•เบฑเบเบ™เบดเบ",
+ "Remote Address: %s" : "เบ—เบตเปˆเบขเบนเปˆ เป„เบฅเบเบฐเป„เบ%s ",
+ "Request ID: %s" : "เบ‚เปเบฎเบญเบ‡ %s",
+ "Type: %s" : "เบžเบดเบก%s",
+ "Code: %s" : "เบฅเบฐเบซเบฑเบ”%s",
+ "Message: %s" : "เบ‚เปเป‰เบ„เบงเบฒเบก %s",
+ "File: %s" : "เบŸเบฒเบ%s",
+ "Line: %s" : "เบชเบฒเบ: %s",
+ "Trace" : "เบ•เบดเบ”เบ•เบฒเบก",
+ "Security warning" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™เบ”เป‰เบฒเบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "เบŠเบญเบšเปเบงเบ‚เปเป‰เบกเบนเบ™เปเบฅเบฐ เบŸเบฒเบ เบ‚เบญเบ‡ เบ—เปˆเบฒเบ™เบญเบฒเบ”เบˆเบฐเป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เป„เบ”เป‰เบˆเบฒเบเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”เป€เบžเบฒเบฐเบงเปˆเบฒเบŸเบฒเบ .htaccess เบšเปเปˆเป„เบ”เป‰เบœเบปเบ™ .",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "เบชเปเบฒเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เบงเบดเบ—เบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ server เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡, เบเบฐเบฅเบธเบ™เบฒเป€เบšเบดเปˆเบ‡ <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "Create an <strong>admin account</strong>" : "เบชเป‰เบฒเบ‡ <strong>เบšเบฑเบ™เบŠเบต admin</strong>",
+ "Username" : "เบŠเบทเปˆเบœเบนเป‰เปƒเบŠเป‰",
+ "Show password" : "เบชเบฐเปเบ”เบ‡เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Storage & database" : "เบเบฒเบ™เป€เบเบฑเบšเบเปเบฒเบ‚เปเป‰เบกเบนเบ™ & เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Data folder" : "เป‚เบŸเบ™เป€เบ”เบตเบ‚เปเป‰เบกเบนเบ™",
+ "Configure the database" : "เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Only %s is available." : "เบกเบตเปเบ•เปˆ %sเป€เบ—เบปเปˆเบฒเบ™เบฑเป‰เบ™.",
+ "Install and activate additional PHP modules to choose other database types." : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡ เปเบฅเบฐ เป€เบ›เบดเบ”เบ™เบณเปƒเบŠเป‰เป‚เบกเบ”เบนเบ™ PHP เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเป€เบžเบทเปˆเบญเป€เบฅเบทเบญเบเบ›เบฐเป€เบžเบ”เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบญเบทเปˆเบ™เป†.",
+ "For more details check out the documentation." : "เบชเปเบฒเบฅเบฑเบšเบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเปƒเบซเป‰ เบเบงเบ”เป€เบšเบดเปˆเบ‡เป€เบญเบเบฐเบชเบฒเบ™",
+ "Database user" : "เบœเบนเป‰เปƒเบŠเป‰เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database password" : "เบฅเบฐเบซเบฑเบ”เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database name" : "เบŠเบทเปˆเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database tablespace" : "เบ•เบฒเบ•เบฐเบฅเบฒเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database host" : "เป€เบˆเบปเป‰เบฒเบžเบฒเบšเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "เบเบฐเบฅเบธเบ™เบฒเบฅเบฐเบšเบธเป€เบฅเบ port เบžเป‰เบญเบกเบเบฑเบšเบŠเบทเปˆเป€เบˆเบปเป‰เบฒเบžเบฒเบš (เป€เบŠเบฑเปˆเบ™: localhost:5432).",
+ "Performance warning" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™เบ”เป‰เบฒเบ™เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ‡เบฒเบ™",
+ "You chose SQLite as database." : "เบ—เปˆเบฒเบ™ เป€เบฅเบทเบญเบ SQLite เป€เบ›เบฑเบ™เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡เปเบญเบฑเบšเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒ",
+ "Install recommended apps" : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡เปเบญเบฑเบšเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "เบ›เบฐเบ•เบดเบ—เบดเบ™, Contacts, Talk, Mail & เบเบฒเบ™เปเบเป‰เป„เบ‚เบเบฒเบ™เบฎเปˆเบงเบกเบกเบท",
+ "Finish setup" : "เบชเปเบฒเป€เบฅเบฑเบ”เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ",
+ "Finishing โ€ฆ" : "เบˆเบปเบš ...",
+ "Need help?" : "เบ•เป‰เบญเบ‡เบเบฒเบ™เบ„เบงเบฒเบกเบŠเปˆเบงเบเป€เบซเบผเบทเบญ?",
+ "See the documentation" : "เป€เบšเบดเปˆเบ‡เป€เบญเบเบฐเบชเบฒเบ™",
+ "Get your own free account" : "เบฎเบฑเบšเบšเบฑเบ™เบŠเบตเบŸเบฃเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบญเบ‡",
+ "Skip to main content" : "Skip เป„เบ›เบซเบฒเป€เบ™เบทเป‰เบญเบซเบฒเบซเบผเบฑเบ",
+ "Skip to navigation of app" : "เบ‚เป‰เบฒเบกเป„เบ›เบเบฑเบ‡เปเบญเบฑเบšเบ™เบณเบ—เบฒเบ‡",
+ "More apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "More" : "เป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "More apps menu" : "เป€เบกเบ™เบนเปเบญเบฑเบšเป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "Contacts" : "เบ•เบดเบ”เบ•เปเปˆ",
+ "Contacts menu" : "เป€เบกเบ™เบนเบ•เบดเบ”เบ•เปเปˆ",
+ "Settings menu" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบกเบ™เบน",
+ "Confirm your password" : "เบขเบทเบ™เบขเบฑเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Connect to your account" : "เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบšเบฑเบ™เบŠเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Please log in before granting %1$s access to your %2$s account." : "เบเบฐเบฅเบธเบ™เบฒเป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเบเปˆเบญเบ™เบ—เบตเปˆเบˆเบฐเปƒเบซเป‰ %1$sเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™%2$s.",
+ "App token" : "เปเบญเบฑเบš token",
+ "Grant access" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡ Grant",
+ "Alternative log in using app token" : "log เบ—เบฒเบ‡เป€เบฅเบทเบญเบเปƒเบ™เบเบฒเบ™เบ™เปเบฒเปƒเบŠเป‰ token app",
+ "Account access" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบต",
+ "You are about to grant %1$s access to your %2$s account." : "เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เบˆเบฐเปƒเบซเป‰ %1$sเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบต %2$sเบ‚เบญเบ‡เบ—เปˆเบฒเบ™.",
+ "Account connected" : "เบšเบฑเบ™เบŠเบตเบ—เบตเปˆเบ•เบดเบ”เบžเบฑเบ™",
+ "Your client should now be connected!" : "เบ•เบญเบ™เบ™เบตเป‰เบฅเบนเบเบ„เป‰เบฒเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ„เบงเบ™เบˆเบฐเป€เบŠเบทเปˆเบญเบกเบ•เปเปˆ!",
+ "You can close this window." : "เบ—เปˆเบฒเบ™เบชเบฒเบกเบฒเบ”เบ›เบดเบ”windowเบ™เบตเป‰เป„เบ”เป‰.",
+ "This share is password-protected" : "เบเบฒเบ™เปเบšเปˆเบ‡เบ›เบฑเบ™เบ™เบตเป‰เปเบกเปˆเบ™เบเบฒเบ™เบ›เป‰เบญเบ‡เบเบฑเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "The password is wrong. Try again." : "เบฅเบฐเบซเบฑเบ”เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡. เบฅเบญเบ‡เปƒเปเปˆเบญเบตเบเบ„เบฑเป‰เบ‡.",
+ "Two-factor authentication" : "เบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Set up two-factor authentication" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Use backup code" : "เปƒเบŠเป‰เบฅเบฐเบซเบฑเบ”เบชเปเบฒเบฎเบญเบ‡",
+ "Cancel login" : "เบเบปเบเป€เบฅเบตเบ login",
+ "Setup two-factor authentication" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "เป€เบžเบตเปˆเบกเบ—เบฐเบงเบตเบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเปเบกเปˆเบ™เบ–เบทเบเบšเบฑเบ‡เบ„เบฑเบšเปƒเบŠเป‰ เบชเปเบฒเบฅเบฑเบšเบšเบฑเบ™เบŠเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™ . เป€เบฅเบทเบญเบเบœเบนเป‰เปƒเบซเป‰เบšเปเบฅเบดเบเบฒเบ™เบ—เบตเปˆเบเบณเบ™เบปเบ”เป„เบงเป‰",
+ "Error while validating your second factor" : "เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”เปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบ—เบตเบชเบญเบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Access through untrusted domain" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบœเปˆเบฒเบ™เป‚เบ”เป€เบกเบ™เบ—เบตเปˆเบšเปเปˆเปœเป‰เบฒเป€เบŠเบทเปˆเบถเบญเบ–เบท",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบšเบงเบดเบ—เบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ™เบตเป‰เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ %1$sเป€เบญเบเบฐเบชเบฒเบ™.%2$s",
+ "App update required" : "เบญเบฑเบšเป€เบ”เบ” App เบ—เบตเปˆเบ•เป‰เบญเบ‡เบเบฒเบ™",
+ "%1$s will be updated to version %2$s" : " %1$sเบˆเบฐเบ–เบทเบเบ›เบฑเบšเบ›เบธเบ‡เปƒเบซเป‰เป€เบ›เบฑเบ™เบฅเบนเป‰เบ™ %2$s",
+ "The following apps will be updated:" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เบˆเบฐเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡:",
+ "These incompatible apps will be disabled:" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ—เบตเปˆเบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเบเบฑเบ™เป„เบ”เป‰, เป€เบซเบผเบปเปˆเบฒเบ™เบตเป‰เบˆเบฐเบ–เบทเบเบ›เบดเบ”:",
+ "The theme %s has been disabled." : "เบซเบปเบงเบ‚เปเป‰ %sเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”.",
+ "Start update" : "เป€เบฅเบตเปˆเบกเบญเบฑเบšเป€เบ”เบ”",
+ "Detailed logs" : "เบšเบฑเบ™เบ—เบถเบเป‚เบ”เบเบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Update needed" : "เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เบ—เบตเปˆเบˆเปเบฒเป€เบ›เบฑเบ™",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ, เป€เบšเบดเปˆเบ‡ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "เบ‚เป‰เบฒ เบžเบฐเป€เบˆเบปเป‰เบฒเบฎเบนเป‰เบงเปˆเบฒเบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ‚เป‰เบฒเบžเบฐเป€เบˆเบปเป‰เบฒเบชเบทเบšเบ•เปเปˆเป€เบฎเบฑเบ”เบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เบœเปˆเบฒเบ™เป€เบงเบฑเบš UI เบกเบตเบ„เบงเบฒเบกเบชเปˆเบฝเบ‡ , เบงเปˆเบฒ เบ„เปเบฒเบฎเป‰เบญเบ‡เบ”เบณเป€เบ™เบตเบ™เบเบฒเบ™เปเบปเบ”เป€เบงเบฅเบฒ เปเบฅเบฐ เบญเบฒเบ”เบˆเบฐเป€เบฎเบฑเบ”เปƒเบซเป‰เบเบฒเบ™เบชเบนเบ™เป€เบชเบเบ‚เปเป‰เบกเบนเบ™, เปเบ•เปˆเบ‚เป‰เบฒ เบžเบฐเป€เบˆเบปเป‰เบฒเบกเบตเบเบฒเบ™เบชเปเบฒเบฎเบญเบ‡ เปเบฅเบฐ เบฎเบนเป‰เบงเบดเบ—เบตเบเบฒเบ™เบเบนเป‰เบ„เบทเบ™ เบ•เบปเบงเบขเปˆเบฒเบ‡ เบ‚เบญเบ‡เบ‚เป‰เบฒเบžเบฐเป€เบˆเบปเป‰เบฒเปƒเบ™เบเปเบฅเบฐเบ™เบตเบ—เบตเปˆเบฅเบปเป‰เบก เป€เบซเบฅเบง .",
+ "Upgrade via web on my own risk" : "เบเบฒเบ™เบเบปเบเบฅเบฐเบ”เบฑเบš เบœเปˆเบฒเบ™เป€เบงเบฑเบšเป„เบŠเปƒเบ™เบ„เบงเบฒเบกเบชเปˆเบฝเบ‡เบ‚เบญเบ‡เบ‚เป‰เบญเบเป€เบญเบ‡",
+ "Maintenance mode" : "เบฎเบนเบšเปเบšเบšเบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "This %s instance is currently in maintenance mode, which may take a while." : "%sเบ•เบปเบงเบขเปˆเบฒเบ‡เบ™เบตเป‰เปƒเบ™เบ›เบฑเบ”เบˆเบธเบšเบฑเบ™เปเบกเปˆเบ™เบขเบนเปˆเปƒเบ™เบงเบดเบ—เบตเบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ, เบŠเบถเปˆเบ‡เบญเบฒเบ”เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเปƒเบ™เป„เบฅเบเบฐเปœเบถเปˆเบ‡",
+ "This page will refresh itself when the instance is available again." : "เบซเบ™เป‰เบฒเบ™เบตเป‰เบˆเบฐ refresh เป€เบกเบทเปˆเบญเบกเบตเบ•เบปเบงเบขเปˆเบฒเบ‡เบญเบตเบ.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "เบ•เบดเบ”เบ•เปเปˆเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™เบฅเบฐเบšเบปเบšเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ‚เปˆเบฒเบงเบชเบฒเบ™เบ™เบตเป‰เบเบฑเบขเบนเปˆ เบซเบผเบท เบ›เบฒเบเบปเบ”เป‚เบ”เบเบšเปเปˆเบ„เบฒเบ”เบ„เบดเบ”.",
+ "Following apps have been disabled: %s" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ•เบดเบ”เบ•เบฒเบกเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”%s",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings โ†—<a/>." : "เบเบฒเบ™เปƒเบŠเป‰ เบ—เบตเปˆเบชเป‰เบฒเบ‡เบ‚เบถเป‰เบ™เปƒเบ™mailer php เบšเปเปˆ เป„เบ”เป‰ เบฎเบฑเบšเบเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบญเบตเบเบ•เปเปˆเป„เบ›. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบเบฐเบฅเบธเบ™เบฒเบญเบฑเบšเป€เบ”เบ”เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ server เบญเบตเป€เบกเบงเบ‚เบญเบ‡เบ—เปˆเบฒเบ™ โ†—<a/>",
+ "Searching other places" : "เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเบชเบฐเบ–เบฒเบ™เบ—เบตเปˆเบญเบทเปˆเบ™เป†",
+ "No search results in other folders for {tag}{filter}{endtag}" : "เบšเปเปˆเบกเบตเบœเบปเบ™เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเปƒเบ™เป‚เบŸเบ™เป€เบ”เบตเบญเบทเปˆเบ™เป†เบชเปเบฒเบฅเบฑเบš {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} เบœเบปเบ™เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเปƒเบ™เป‚เบŸเบ™เป€เบ”เบตเบญเบทเปˆเบ™เป†"],
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Search" : "เบ„เบปเป‰เบ™เบซเบฒ",
+ "These apps will be updated:" : "เปเบญเบฑเบšเป€เบซเบผเบปเปˆเบฒเบ™เบตเป‰เบˆเบฐเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡:"
+},
+"nplurals=1; plural=0;");
diff --git a/core/l10n/lo.json b/core/l10n/lo.json
new file mode 100644
index 00000000000..211fc91507c
--- /dev/null
+++ b/core/l10n/lo.json
@@ -0,0 +1,231 @@
+{ "translations": {
+ "Please select a file." : "เบเบฐเบฅเบธเบ™เบฒเป€เบฅเบทเบญเบเบŸเบฒเบ",
+ "File is too big" : "เบŸเบฒเบเปƒเบซเบเปˆเป‚เบžเบ”",
+ "The selected file is not an image." : "เบŸเบฒเบเบ™เบตเป‰เบšเปเปˆเปเบกเปˆเบ™เบ›เบฐเป€เบžเบ”เบฎเบนเบš",
+ "The selected file cannot be read." : "เบŸเบฒเบเบ™เบตเป‰เบšเปเปˆเบชเบฒเบกเบฒเบ”เบญเปˆเบฒเบ™เป„เบ”เป‰",
+ "Invalid file provided" : "เบŸเบฒเบเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "No image or file provided" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš เบซเบผเบท เบŸเบฒเบ",
+ "Unknown filetype" : "เบšเปเปˆเบฎเบนเป‰เบ›เบฐเป€เบžเบ”เบ‚เบญเบ‡เบŸเบฒเบ",
+ "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš",
+ "An error occurred. Please contact your admin." : "เบ„เบฑเบ”เบ‚เป‰เบญเบ‡ เบเบฐเบฅเบธเบ™เบฅเบฒเบ•เบดเบ”เบ•เปเปˆ เบ—เบตเบกเบšเปเบฅเบดเบซเบฒเบ™",
+ "No temporary profile picture available, try again" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบšเบซเบผเบทเบŸเบฒเบเบŠเบปเปˆเบงเบ„เบฒเบง, เบเบฐเบฅเบธเบ™เบ™เบฒ เบฅเบญเบ‡เปƒเปเปˆ",
+ "No crop data provided" : "เบšเปเปˆเบกเบตเบ‚เปเป‰เบกเบนเบ™เบ—เบตเบ•เบฑเบ”เบ•เปเปˆเบ›เป‰เบญเบ™เป€เบ‚เบปเป‰เบฒ",
+ "No valid crop data provided" : "เบšเปเปˆเบกเบตเบ‚เปเป‰เบกเบนเบ™เบ•เบฑเบ”เบ•เปเปˆเบ—เบตเบ–เบทเบเบ•เป‰เบญเบ‡เบ›เป‰เบญเบ™เป€เบ‚เบปเป‰เบฒ",
+ "Crop is not square" : "เบเบฒเบ™เบ•เบฑเบ”เบ•เปเปˆเบšเปเปˆเป€เบ›เบฑเบ™เบฎเบนเบšเบชเบตเปˆเบซเบผเบฝเบก",
+ "State token does not match" : "เบชเบฐเบ–เบฒเบ™เบฐเบ‚เบญเบ‡เป‚เบ•เบเป€เบเบฑเบ™เบšเปเปˆเบ•เบปเบ‡เบเบฑเบ™",
+ "Invalid app password" : "เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "Could not complete login" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเป„เบ”เป‰",
+ "Your login token is invalid or has expired" : "เป‚เบ•เบเป€เบเบฑเบ™เป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡ เบซเบผเบท เปเบปเบ”เบญเบฒเบเบธ",
+ "Password reset is disabled" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Couldn't reset password because the token is invalid" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™ เป€เบžเบฒเบฐ เป‚เบ•เบเป€เบเบฑเบ™ เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡",
+ "Couldn't reset password because the token is expired" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™ เป€เบžเบฒเบฐ เป‚เบ•เบเป€เบเบฑเบ™ เปเบปเบ”เบญเบฒเบเบธ",
+ "%s password reset" : "%s เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Password reset" : "เบ›เปˆเบฝเบ™เบšเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "เบเบปเบ”เบ›เบธเปˆเบกเบ™เบตเป‰เป€เบžเบทเปˆเบญเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™. เบ–เป‰เบฒเบซเบฒเบเบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเป‰เบญเบ‡เบ‚เปเบเบฒเบ™เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™, เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบเป€เบฅเบตเบ เป€เบกเบฅเบ™เบตเป‰. ",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "เบเบปเบ”เบ›เบธเปˆเบกเบ™เบตเป‰เป€เบžเบทเปˆเบญเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™. เบ–เป‰เบฒเบซเบฒเบเบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเป‰เบญเบ‡เบ‚เปเบเบฒเบ™เบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™, เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบเป€เบฅเบตเบ เป€เบกเบฅเบ™เบตเป‰. ",
+ "Reset your password" : "เปˆเบ›เปˆเบฝเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Nextcloud Server" : "เป€เบŠเบตเบšเป€เบงเบต เป€เบ™เบฑเบเบ„เบฎเบฒเบง",
+ "Some of your link shares have been removed" : "เบšเบฒเบ‡เบฅเบตเป‰เบ‡เบ—เบตเบ—เปˆเบฒเบ™เป„เบ”เป‰เปเบšเปˆเบ‡เบ›เบฑเบ™เบ–เบทเบเบเบปเบเป€เบฅเบตเบเปเบฅเป‰เบง",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบšเบฑเบ™เบซเบฒเบ”เป‰เบฒเบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž, เบžเบงเบเป€เบฎเบปเบฒเป„เบ”เป‰เบเบปเบเป€เบšเบตเบเบเบฒเบ™เปเบšเปˆเบ‡เบ›เบฑเบ™เบฅเบตเป‰เบ‡. เบชเปเบฒเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเปˆเบก เบเบฐเบฅเบธเบ™เบ™เบฒเบเบปเบ”เป€เบšเบตเปˆเบ‡เบฅเบตเบ‡ ",
+ "The user limit of this instance is reached." : "เบฎเบญเบ”เบเปเบฒเบ™เบปเบ”เบˆเปเบฒเบเบฑเบ”เบˆเปเบฒเบ™เบงเบ™เบœเบนเป‰เปƒเบŠเป‰เปเบฅเป‰เบง",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "เปƒเบชเปˆเบฅเบฐเบซเบฑเบ”เบเบฒเบ™เบชเบฐเปเบฑ เปƒเบŠเป‰ เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบžเบทเปˆเบญเป€เบžเบตเปˆเบกเบ‚เบตเบ”เบ„เบงเบฒเบกเบชเบฒเบกเบฒเบ”เบ‚เบญเบ‡เบœเบนเป‰เปƒเบŠเป‰. เบชเบณเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบš Nextcloud เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป€เบงเบฑเบšเป„เบŠเบ—เปŒเบ‚เบญเบ‡เบžเบงเบเป€เบฎเบปเบฒ.",
+ "Preparing update" : "เบเบฐเบเบฝเบกเบญเบฑเบšเป€เบ”เบ”",
+ "[%d / %d]: %s" : "[%d/%d]:%s",
+ "Repair step:" : "เบ‚เบฑเป‰เบ™เบ•เบญเบ™เปƒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair info:" : "เบ‚เปเป‰เบกเบนเบ™เปƒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair warning:" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™ เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Repair error:" : "เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เบ„เบฑเบ”เบ‚เป‰เบญเบ‡",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "เบเบฐเบฅเบธเบ™เบฒเปƒเบŠเป‰ เบ„เปเบฒเบชเบฑเปˆเบ‡ เบ›เบฑเบšเบ›เบธเบ‡ เป€เบžเบฒเบฐเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ”เบ–เบทเบเบ›เบดเบ”เปƒเบ™เบฅเบฐเบšเบปเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d]:เบเบงเบ”เป€เบšเบตเปˆเบ‡เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ %s",
+ "Turned on maintenance mode" : "เป€เบ›เบตเบ”เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "Turned off maintenance mode" : "เบ›เบดเบ”เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "Maintenance mode is kept active" : "เป‚เบกเบ”เบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒเป„เบ”เป‰เบ–เบทเบเป€เบ›เบตเบ”เบ›เบฐเป„เบงเป‰",
+ "Updating database schema" : "เบเปเบฒเบฅเบฑเบ‡เบญเบฑเบšเป€เบ”เบ”เปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Updated database" : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบญเบฑเบšเป€เบ”เบ”เปเบฅเป‰เบง",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "เบเบฒเบ™เบเบงเบ”เบชเบญเบšเบงเปˆเบฒเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบชเบฒเบกเบฒเบ”เบญเบฑเบšเป€เบ”เบ”เป„เบ”เป‰เบซเบฅเบทเบšเปเปˆ (เบกเบฑเบ™เบญเบฒเบ”เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบ‚เบทเป‰เบ™เบเบฑเบšเบ‚เบฐเปœเบฒเบ” เบ‚เบญเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™)",
+ "Checked database schema update" : "เป€เบฅเบทเบญเบเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ—เบตเบˆเบฐเบญเบฑเบšเป€เบ”เบ”",
+ "Checking updates of apps" : "เบเปเบฒเบฅเบฑเบ‡เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เบ‚เบญเบ‡เปเบญเบฑเบš ",
+ "Checking for update of app \"%s\" in appstore" : "เบเปเบฒเบฅเบฑเบ‡เบเบงเบ”เบชเบญเบšเบเบฒเบ™เป€เบญเบฑเบšเป€เบ”เบ” เปเบญเบฑเบš \"%s\" เปƒเบ™เปเบญเบฑเบšเบชเบฐเบ•เป",
+ "Update app \"%s\" from appstore" : "เบญเบฑเบšเป€เบ”เบ” เป€เบญเบฑเบš \"%s\" เบˆเบฒเบ เปเบญเบฑเบšเบชเบฐเบ•เป",
+ "Checked for update of app \"%s\" in appstore" : "เบเบงเบ”เบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เปเบญเบฑเบš ย \"%s\" เปƒเบ™เป€เบญเบฑเบšเบชเบฐเบ•เป",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "เบเบงเบ”เป€เบšเบดเปˆเบ‡เบงเปˆเบฒเปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™ เบชเบณเบฅเบฑเบš %s เบชเบฒเบกเบฒเบ”เบญเบฑเบšเป€เบ”เบ”เป„เบ”เป‰เบซเบฅเบทเบšเปเปˆ (เบกเบฑเบ™เบญเบฒเบ”เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบญเบตเบ‡เบ•เบฒเบกเบ‚เบฐเปœเบฒเบ” เบ‚เบญเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™)",
+ "Checked database schema update for apps" : "เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เปเบœเบ™เบœเบฑเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™ เบชเบณเบฅเบฑเบšเปเบญเบฑเบš.",
+ "Updated \"%1$s\" to %2$s" : "เบญเบฑเบšเป€เบ”เบ” \"%1$s\" เบซเบฒ %2$s",
+ "Set log level to debug" : "เบเปเบฒเบ™เบปเบ”เบฅเบฐเบ”เบฑเบšเบ‚เบญเบ‡ Log เป€เบžเบทเปˆเบญเปเบเป‰เบˆเบธเบ”เบšเบปเบเบœเปˆเบญเบ‡",
+ "Reset log level" : "เบ•เบฑเป‰เบ‡เบฅเบฐเบ”เบฑเบš Log เบ„เบทเบ™เปƒเปเปˆ",
+ "Starting code integrity check" : "เป€เบฅเบตเปˆเบกเบ•เบปเป‰เบ™เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบชเบปเบกเบšเบนเบ™เบ‚เบญเบ‡เบฅเบฐเบซเบฑเบ”",
+ "Finished code integrity check" : "เบชเปเบฒเป€เบฅเบฑเบ”เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบชเบปเบกเบšเบนเบ™เบ‚เบญเบ‡เบฅเบฐเบซเบฑเบ”",
+ "%s (incompatible)" : "%s (เบ‚เบฑเบ”เปเบเป‰เบ‡)",
+ "The following apps have been disabled: %s" : "เปเบญเบฑเบšเบ”เบฑเปˆเบ‡เบเปˆเบฒเบงเป„เบ”เป‰เบ–เบทเบเบ›เบตเบ”เป„เบงเป‰:%s",
+ "Already up to date" : "เป„เบ”เป‰เบญเบฑเบšเป€เบ”เบ”เปเบฅเป‰เบง",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "เป€เบงเบฑเบšเป€เบŠเบตเบšเป€เบงเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบ‡เบšเปเปˆเบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบกเบตเบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบชเบฒเบ™เบญเบเบฐเบชเบฒเบ™, เป€เบžเบฒเบฐเบงเปˆเบฒเบญเบดเบ™เป€เบ•เบตเป€เบŸเบ” WebDAV เบญเบฒเบ”เบ–เบทเบเบ—เปเบฒเบฅเบฒเบ ",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบงเบฑเบšเป€เบŠเบตเบšเป€เบงเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบ‡เบšเปเปˆเบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เปเบเป‰เบšเบฑเบ™เบซเบฒเป„เบ”เป‰ \"{url}\".ย เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเป„เบ› เบ—เบต <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "เป€เบงเบฑเบš เป„เบŠเบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ เบšเปเปˆเป„เบ”เป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเปเบเป‰ เป„เบ‚ \"{url}\" .เบเปˆเบฝเบงเบเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบงเบฑเบšเป„เบŠเบ—เปŒเบšเปเปˆเบกเบตเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เป€เบžเบทเปˆเบญเบชเบปเปˆเบ‡เป‚เบŸเบ™เป€เบ”เบตเบ™เบตเป‰เป‚เบ”เบเบเบปเบ‡. เบเบฐเบฅเบธเบ™เบฒเบ›เบฝเบšเบ—เบฝเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบšเบเบฒเบ™เบ‚เบฝเบ™เบ„เบทเบ™เบ—เบตเปˆเบ–เบทเบเบชเบปเปˆเบ‡เปƒเบ™ \".htaccess\" เบชเปเบฒเบฅเบฑเบš Apache เบซเบผเบทเบ—เบตเปˆเบชเบฐเบซเบ™เบญเบ‡เปƒเบซเป‰ Nginx<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เปƒเบ™เบซเบ™เป‰เบฒเป€เบญเบเบฐเบชเบฒเบ™</a>. เปƒเบ™ Nginx เป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เป‚เบ”เบเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเปเบกเปˆเบ™เป€เบชเบฑเป‰เบ™เบ—เบตเปˆเป€เบฅเบตเปˆเบกเบ•เบปเป‰เบ™เบ”เป‰เบงเบ \"เบชเบฐเบ–เบฒเบ™เบ—เบตเปˆ ~\" เบ—เบตเปˆเบ•เป‰เบญเบ‡เบเบฒเบ™เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เป€เบงเบฑเบšเป„เบŠเบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ เบšเปเปˆเป„เบ”เป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡เป€เบžเบทเปˆเบญเปเบเป‰ เป„เบ‚เป€เบžเบทเปˆเบญ เบชเบปเปˆเบ‡ เป„เบŸ woff2 . เป‚เบ”เบเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเปเบกเปˆเบ™เบšเบฑเบ™เบซเบฒเบ—เบตเปˆเบกเบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ Nginx. เบชเปเบฒเบฅเบฑเบš Nextcloud 15 เบกเบฑเบ™เบˆเปเบฒเป€เบ›เบฑเบ™เบ•เป‰เบญเบ‡เบกเบตเบเบฒเบ™เบ›เบฑเบšเบ•เบปเบงเป€เบžเบทเปˆเบญเบชเบปเปˆเบ‡เป„เบŸเบฅเปŒ .woff2 เบญเบตเบเบ”เป‰เบงเบ. เบ›เบฝเบšเบ—เบฝเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ Nginx เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒเปƒเบ™<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a> เบ‚เบญเบ‡เบžเบงเบเป€เบฎเบปเบฒ.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP เบšเปเปˆเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เป€เบซเบกเบฒเบฐเบชเบปเบกเป€เบžเบทเปˆเบญเบชเบญเบšเบ–เบฒเบกเบ•เบปเบงเปเบ›เบชเบฐเบžเบฒเบšเปเบงเบ”เบฅเป‰เบญเบกเบ‚เบญเบ‡เบฅเบฐเบšเบปเบš. เบเบฒเบ™เบ—เบปเบ”เบชเบญเบšเบเบฑเบš getenv(\"PATH\") เบžเบฝเบ‡เปเบ•เปˆเบเบฑเบšเบ„เบทเบ™เบเบฒเบ™เบ•เบญเบšเบชเบฐเบซเบ™เบญเบ‡เบ—เบตเปˆเบซเบงเปˆเบฒเบ‡เป€เบ›เบปเปˆเบฒ.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation โ†—</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "เบเบฐเบฅเบธเบ™เบฒเบเบงเบ”เบชเบญเบš <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡ โ†—</a> เบชเปเบฒเบฅเบฑเบšเบšเบฑเบ™เบ—เบถเบเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ PHP เปเบฅเบฐ เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ PHP เบ‚เบญเบ‡ server เบ‚เบญเบ‡เบ—เปˆเบฒเบ™, เป‚เบ”เบเบชเบฐเป€เบžเบฒเบฐเป€เบกเบทเปˆเบญเปƒเบŠเป‰ php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเปเบšเบšเบญเปˆเบฒเบ™เป€เบ—เบปเปˆเบฒเบ™เบฑเป‰เบ™เป„เบ”เป‰เบ–เบทเบเป€เบ›เบตเบ”เปƒเบŠเป‰. เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ›เป‰เบญเบ‡เบเบฑเบ™เบšเบฒเบ‡เบขเปˆเบฒเบ‡เบœเปˆเบฒเบ™เป€เบงเบฑเบšเป„เบŠ. เบเบดเปˆเบ‡เป„เบ›เบเบงเปˆเบฒเบ™เบฑเป‰เบ™, เบŸเบฒเบเบˆเปเบฒเป€เบ›เบฑเบ™เบ•เป‰เบญเบ‡เป„เบ”เป‰เบ‚เบฝเบ™เบ”เป‰เบงเบเบกเบทเบชเปเบฒเบฅเบฑเบšเบ—เบธเบเป†เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ”เบณเป€เบ™เบตเบ™เบเบฒเบ™เบเบฑเบš \"READ COMMITTEDโ€. เบ›เบฐเป€เบžเบ”เบเบฒเบ™เป€เบฎเบฑเบ”เบ—เบธเบฅเบฐเบเบณเบฅเบฐเบ”เบฑเบšเบ™เบตเป‰ โ€œ เบŠเบทเปˆเบ‡เบญเบฒเบ”เป€เบฎเบฑเบ”เปƒเบซเป‰เป€เบเบตเบ”เบšเบฑเบ™เบซเบฒ เปƒเบ™เป€เบงเบฅเบฒ เป€เบ›เบตเบ”เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบเบฒเบ™เบซเบผเบฒเบ เบฅเบฒเบเบเบฒเบ™เบžเป‰เบญเบกเบเบฑเบ™.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "เป‚เบกเบ”เบนเบ™ PHP \"fileinfo\" เบซเบฒเบเป„เบ›. เปเบ™เบฐเบ™เบณ เปƒเบซเป‰เป€เบ›เบตเบ”เปƒเบŠเป‰เป‚เบกเบ”เบนเบ™เบ™เบตเป‰ เป€เบžเบทเปˆเบญเปƒเบซเป‰ เป„เบ”เป‰เบœเบปเบ™เบ—เบตเปˆเบ”เบตเบ—เบตเปˆเบชเบธเบ” เป€เบกเบทเปˆเบญเบฎเปˆเบงเบกเบเบฒเบ™เบเบงเบ”เบเบฒ MIME",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation โ†—</a> for more information." : "เบณเบเบฒเบ™เบฅเบญเบเบเบฒเบ™เป‚เบญเบ™เบขเป‰เบฒเบเบŸเบฒเบเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”เบเบฒเบ™เบ™เปเบฒเปƒเบŠเป‰, เบญเบฒเบ”เบˆเบฐเบเปเปƒเบซเป‰เป€เบเบตเบ”เบšเบฑเบ™เบซเบฒเบ•เบฒเบกเบกเบฒ. เบเบฐเบฅเบธเบ™เบ™เบฒเป€เบ›เบตเบ” \"filelocking.enabled\" เปƒเบ™ config.php เป€เบžเบทเปˆเบญเบซเบผเบตเบเบฅเป‰เบฝเบ‡ เบšเบฑเบ™เบซเบฒ. เป€เบšเบตเปˆเบ‡เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเปˆเบกเบ—เบต <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a> ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "เบ–เป‰เบฒเบซเบฒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบฅเบฐเบšเบปเบšเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเบชเปเบฒเป€เบฅเบฑเบ” เปƒเบ™ root เบ‚เบญเบ‡เป‚เบ”เป€เบกเบš เปเบฅเบฐ เบ™เปเบฒเปƒเบŠเป‰เปƒเบ™เบฅเบฐเบšเบปเบš, เบญเบฒเบ”เบˆเบฐเป€เบเบตเบ”เบกเบฒเบˆเบฒเบ เบšเบฑเบ™เบซเบฒเบเบฒเบ™เบชเป‰เบฒเบ‡ URL. เป€เบžเบทเปˆเบญเบซเบผเบตเบเบฅเป‰เบฝเบ‡เบšเบฑเบ™เบซเบฒเบ”เบ”เบฑเปˆเบ‡เบเปˆเบฒเบง, เบเบฐเบฅเบธเบ™เบ™เบฒ เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ—เบฒเบ‡เป€เบฅเบทเบญเบเปƒเบ™ config.php file เป€เบ›เบฑเบ™ \"overwrite.cli.url\" เปƒเบ™ webroot เบ‚เบญเบ‡เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ. ( เปเบ™เบฐเบ™เปเบฒ : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code โ†—{linkend} of the region to your config file." : "เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบเปเบฒเบ™เบปเบ”เป€เบ‚เบ”เบšเปเบฅเบดเบเบฒเบ™เป‚เบ—เบฅเบฐเบชเบฑเบš. เบ™เบตเป‰เปเบกเปˆเบ™เบˆเปเบฒเป€เบ›เบฑเบ™เป€เบžเบทเปˆเบญเบขเบฑเป‰เบ‡เบขเบทเบ™เป€เบšเบตเป‚เบ—เบฅเบฐเบชเบฑเบšเปƒเบ™เบเบฒเบ™เบ•เบฑเป‰เบ‡เปœเป‰เบฒเบ›เบปเบ เป‚เบ”เบเบšเปเปˆเบกเบตเบเบฒเบ™เบฅเบฐเบซเบฑเบ”เบ›เบฐเป€เบ—เบ”. เป€เบžเบทเปˆเบญเบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบ•เบปเบงเป€เบฅเบเบ—เบตเปˆเบšเปเปˆเบกเบตเบฅเบฐเบซเบฑเบ”เบ›เบฐเป€เบ—เบ”, เบเบฐเบฅเบธเบ™เบฒเป€เบžเบตเปˆเบก \"เบเปเบฒเบ™เบปเบ”เป€เบ‚เบ”เบšเปเบฅเบดเบเบฒเบ™เป‚เบ—เบฅเบฐเบชเบฑเบš\" เบ—เบตเปˆเบกเบตเบฅเบฐเบซเบฑเบ” {linkstart}เบฅเบฐเบซเบฑเบ” ISO 3166-1 โ†—{linkend} เป€เบ‚เบ”เบžเบทเป‰เบ™เบ—เบตเปˆเปƒเบชเปˆเบŸเบฒเบ config เบ‚เบญเบ‡เบ—เปˆเบฒเบ™.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "เป€เบ›เบฑเบ™เป„เบ›เบšเปเปˆเป„เบ”เป‰ เบ—เบตเปˆเบˆเบฐเบ”เปเบฒเป€เบ™เบตเบ™เบ‡เบฒเบ™cron เบœเปˆเบฒเบ™ CLI เป„เบ”เป‰ . เบ‚เปเป‰เบœเบดเบ”เบžเบฒเบ”เบ—เบฒเบ‡เบ”เป‰เบฒเบ™เป€เบ•เบฑเบเบ™เบดเบเบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เป„เบ”เป‰เบ›เบฒเบเบปเบ”เบงเปˆเบฒ:",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบงเบฝเบเบ‡เบฒเบ™เบžเบทเป‰เบ™เบ–เบฒเบ™เบ„เบฑเป‰เบ‡เบชเบธเบ”เบ—เป‰เบฒเบเป„เบ”เป‰เบ”เบณเป€เบ™เบตเบ™ {relativeTime}. เบšเบฒเบ‡เบชเบดเปˆเบ‡เบšเบฒเบ‡เบขเปˆเบฒเบ‡เบšเปเบ–เบถเบเบ•เป‰เบญเบ‡",
+ "Check the background job settings" : "เบเบงเบ”เบชเบญเบšเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบžเบถเป‰เบ™เบซเบผเบฑเบ‡",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "เป€เบงเบฑเบšเป„เบŠ เบšเปเปˆเบกเบตเบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”: เบˆเบธเบ”เบชเบธเบ”เบ—เป‰เบฒเบเบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เป„เบ”เป‰. เบ™เบตเป‰เบซเบกเบฒเบเบ„เบงเบฒเบก เบงเปˆเบฒเบ„เบธเบ™เบชเบปเบกเบšเบฑเบ”เบšเบฒเบ‡เบขเปˆเบฒเบ‡เป€เบŠเบฑเปˆเบ™เบเบฒเบ™ เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบเบฒเบ™เป€เบเบฑเบšเบฎเบฑเบเบชเบฒเบžเบฒเบเบ™เบญเบ, เบเบฒเบ™เปเบˆเป‰เบ‡เป€เบ•เบทเบญเบ™ เบเปˆเบฝเบงเบเบฑเบšเบเบฒเบ™เบญเบฑเบšเป€เบ”เบ” เบซเบผเบท เบเบฒเบ™ เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡ apps เบ‚เบญเบ‡ เบžเบฒเบ เบชเปˆเบงเบ™เบ—เบตเบชเบฒเบกเบˆเบฐเบšเปเปˆเป„เบ”เป‰ เบœเบปเบ™ . เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบŸเบฒเบเบˆเบฒเบเบšเปˆเบญเบ™เบ—เบตเปˆเบซเปˆเบชเบ‡เป„เบ เปเบฅเบฐ เบเบฒเบ™เบชเบปเปˆเบ‡เบญเบตเป€เบกเบงเปเบˆเป‰เบ‡เป€เบ•เบทเบญเบ™เบญเบฒเบ”เบˆเบฐเบšเปเปˆเป€เบฎเบฑเบ”เบงเบฝเบเป€เบŠเบฑเปˆเบ™เบเบฑเบ™.เบชเป‰เบฒเบ‡เบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบˆเบฒเบ server เบ™เบตเป‰เบเบฑเบšเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”เป€เบžเบทเปˆเบญเป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบเบฑเบšเบ„เบธเบ™เบฅเบฑเบเบชเบฐเบ™เบฐเบ—เบฑเบ‡เบซเบกเบปเบ”.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบšเปเปˆเบกเบต cache เบ„เบงเบฒเบกเบˆเปเบฒเป„เบ”เป‰เบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒ. เป€เบžเบทเปˆเบญเป€เบžเบตเปˆเบกเบ›เบฐเบชเบดเบ”เบ—เบดเบžเบฒเบš, เบเบฐเบฅเบธเบ™เบฒเบ•เบฑเป‰เบ‡เบ„เปˆเบฒ memcache, เบ–เป‰เบฒเบกเบต. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบšเปเปˆเบกเบตเปเบซเบฅเปˆเบ‡เบ—เบตเปˆเป€เบซเบกเบฒเบฐเบชเบปเบกเบชเปเบฒเบฅเบฑเบšเบเบฒเบ™ randomness เบžเบปเบšเป€เบซเบฑเบ™เป‚เบ”เบ PHP เบŠเบถเบตเปˆเบ‡เบเบดเบ”เบเบฑเป‰เบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเบชเบนเบ‡ . เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "เบ›เบฐเบˆเบธเบšเบฑเบ™เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™ PHP {เบฅเบนเป‰เบ™}. เบญเบฑเบšเป€เบ”เบ”เบฅเบธเป‰เบ™ PHP เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบžเบทเปˆเบญ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">เบ›เบฑเบšเบ›เบธเบ‡เบ›เบฐเบชเบดเบ”เบ—เบดเบžเบฒเบš เปเบฅเบฐ เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเบ—เบตเปˆเบชเบฐเบซเบ™เบญเบ‡เปƒเบซเป‰เป‚เบ”เบเบเบธเปˆเบก PHP</a> เบ—เบฑเบ™เบ—เบตเบ—เบตเปˆเบ—เปˆเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบกเบฑเบ™.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 เป€เบ›เบฑเบ™เบชเบฐเบšเบฑเบšเบชเบธเบ”เบ—เป‰เบฒเบเบ—เบตเปˆเบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™ PHP 7.2. Nextcloud 21 เบฎเบฝเบเบฎเป‰เบญเบ‡เปƒเบซเป‰เบกเบต PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบซเบปเบงเบ‚เปเป‰ proxy เบเบฑเบšเบ„เบทเบ™เปเบกเปˆเบ™เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡, เบซเบผเบท เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡ Nextcloud เบˆเบฒเบ proxy เบ—เบตเปˆเป€เบŠเบทเปˆเบญเบ–เบทเป„เบ”เป‰. เบ–เป‰เบฒเบšเปเปˆเบ”เบฑเปˆเบ‡เบ™เบฑเป‰เบ™, เบ™เบตเป‰เปเบกเปˆเบ™เบšเบฑเบ™เบซเบฒเบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž เปเบฅเบฐ เบชเบฒเบกเบฒเบ”เบญเบฐเบ™เบธเบเบฒเบ”เปƒเบซเป‰เบœเบนเป‰เป‚เบˆเบกเบ•เบต spoof เบ—เบตเปˆเบขเบนเปˆ IP เบ”เบฑเปˆเบ‡เบ—เบตเปˆเป€เบซเบฑเบ™เปƒเบ™ Nextcloud. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached เบ–เบทเบเบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบ›เบฑเบ™ cache เปเบˆเบเบขเบฒเบ, เปเบ•เปˆเป‚เบกเบ”เบนเบ™ PHP เบ—เบตเปˆเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡ \"memcache\" เบ–เบทเบเบ•เบดเบ”เบ•เบฑเป‰เบ‡. OCMemcacheMemcached เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบžเบฝเบ‡เปเบ•เปˆ \"memcached\" เปเบฅเบฐ เบšเปเปˆเปเบกเปˆเบ™ \"memcache\". เป€เบšเบดเปˆเบ‡ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached เบเปˆเบฝเบงเบเบฑเบšเบ—เบฑเบ‡เบชเบญเบ‡เป‚เบกเบ”เบนเบ™</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid filesโ€ฆ</a> / <a href=\"{rescanEndpoint}\">Rescanโ€ฆ</a>)" : "เบšเบฒเบ‡เบŸเบฒเบเบšเปเปˆเป„เบ”เป‰เบœเปˆเบฒเบ™เบเบฒเบ™เบเบงเบ”เบชเบญเบšเบ„เบงเบฒเบกเบฅเบฐเบญเบฝเบ”. เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบšเบงเบดเบ—เบตเปเบเป‰เป„เบ‚เบšเบฑเบ™เบซเบฒเบ™เบตเป‰เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เป€เบญเบเบฐเบชเบฒเบ™</a>. ( <a href=\"{codeIntegrityDownloadEndpoint}\">เบฅเบฒเบเบเบฒเบ™เบŸเบฒเบเบ—เบตเปˆเบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡... </a>/ <a href=\"{rescanEndpoint}\">เบชเบฐเปเบเบ™เบ„เบทเบ™เปƒเปเปˆ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "เป‚เบกเบ”เบนเบ™ PHP OPcache เบšเปเปˆเป„เบ”เป‰เบ–เบทเบเป‚เบซเบผเบ”. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒเบกเบฑเบ™เปเบ™เบฐเบ™เปเบฒ</a>เปƒเบซเป‰ เป‚เบซเบผเบ” เบกเบฑเบ™เป€เบ‚เบปเป‰เบฒเป„เบ›เปƒเบ™เบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡ PHP เบ‚เบญเบ‡ เบ—เปˆเบฒเบ™ .",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache เบšเปเปˆเป„เบ”เป‰เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒเปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒ </a>เปƒเบซเป‰เปƒเบŠเป‰เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เปƒเบ™ <code>php.ini </code>",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "เบซเบ™เป‰เบฒเบ—เบตเปˆ PHP \"เบเปเบฒเบ™เบปเบ”เป€เบงเบฅเบฒ\" เปเบกเปˆเบ™เบšเปเปˆเบกเบต. เบ™เบตเป‰เบญเบฒเบ”เบˆเบฐเป€เบฎเบฑเบ”เปƒเบซเป‰ scripts เบ–เบทเบเบขเบธเบ”เบเบฒเบ‡ เบเบฒเบ™เบ›เบฐเบ•เบด เบšเบฑเบ”, เบเบฒเบ™เบ—เปเบฒเบฅเบฒเบเบเบฒเบ™เบ•เบดเบ”เบ•เบฑเป‰เบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™. เบเบฒเบ™เป€เบฎเบฑเบ”เบซเบ™เป‰เบฒเบ—เบตเปˆเบ™เบตเป‰เปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒเบขเปˆเบฒเบ‡เบชเบนเบ‡.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบšเปเปˆเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™ FreeType, เป€เบฎเบฑเบ”เปƒเบซเป‰เบเบฒเบ™เปเบ•เบเบ‚เบญเบ‡เบฎเบนเบšเบžเบฒเบšเปœเป‰เบฒเบ›เบปเบ เปเบฅเบฐ เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ interface.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "เบšเปเปˆเบกเบตเบŠเบทเปˆ index \"{indexName}\" เปƒเบ™เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบฒเบ”เบ”เบฑเบ”เบŠเบฐเบ™เบตเบšเบฒเบ‡เบขเปˆเบฒเบ‡เบšเปเปˆเป€เบซเบฑเบ™. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบกเบ”เบฑเบ”เบŠเบฐเบ™เบตเปƒเบชเปˆเบ•เบฒเบ•เบฐเบฅเบฒเบ‡เปƒเบซเบเปˆเบญเบฒเบ”เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเบ”เบปเบ™ . เป‚เบ”เบเบเบฒเบ™เบ”เบณเป€เบ™เบตเบ™ \"occ db:add-missing-indices\" เบ”เบฑเบ”เบŠเบฐเบ™เบตเบ—เบตเปˆเบ‚เบฒเบ”เป„เบ› เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›. เป€เบกเบทเปˆเบญเบ”เบฑเบ”เบŠเบฐเบ™เบตเบ–เบทเบเบ•เบทเปˆเบกเบ„เปเบฒเบชเบญเบšเบ–เบฒเบกเปƒเบชเปˆเบ•เบฒเบ•เบฐเบฅเบฒเบ‡เป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เบ•เบฒเบกเบ›เบปเบเบเบฐเบ•เบดเปเบฅเป‰เบงเบˆเบฐเป„เบงเบ‚เบถเป‰เบ™เบซเบผเบฒเบ.",
+ "Missing primary key on table \"{tableName}\"." : "เบ‚เบฒเบ”เบฅเบฐเบซเบฑเบ”เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบ‚เบฒเบ”เบฅเบฐเบซเบฑเบ”เบšเบฒเบ‡เบขเปˆเบฒเบ‡. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบกเบเบฐเปเบˆเบ•เบปเป‰เบ™เบ•เปเปƒเบชเปˆ เป‚เบ•เบฐเปƒเบซเบเปˆ เบญเบฒเบ” เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเบ”เบปเบ™เบ™เบฒเบ™เบ—เบตเปˆเบžเบงเบเป€เบ‚เบปเบฒเป€เบˆเบปเป‰เบฒเบšเปเปˆเป„เบ”เป‰ เบ–เบทเบเบ•เบทเปˆเบกเป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ” . เป‚เบ”เบเบเบฒเบ™เปเบฅเปˆเบ™ \"occ db:add-missing-primary-keys\" เบ‚เบฒเบ”เบเบฐเปเบˆเบ•เบปเป‰เบ™เบ•เปเป€เบซเบผเบปเปˆเบฒเบ™เบฑเป‰เบ™เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "เบ‚เบฒเบ” column เบ—เบฒเบ‡เป€เบฅเบทเบญเบ \"{columnName}\" เปƒเบ™เบ•เบฒเบ•เบฐเบฅเบฒเบ‡ \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เปเบกเปˆเบ™เบ‚เบฒเบ”เบšเบฒเบ‡ columns เบ—เบฒเบ‡เป€เบฅเบทเบญเบ. เป€เบ™เบทเปˆเบญเบ‡เบˆเบฒเบเบงเปˆเบฒเบเบฒเบ™เป€เบžเบตเปˆเบก columns เปƒเบชเปˆ เบ•เบฒเบ•เบฐเบฅเบฒเบ‡เปƒเบซเบเปˆ เบญเบฒเบ” เบˆเบฐ เปƒเบŠเป‰เป€เบงเบฅเบฒเบ”เบปเบ™ เบ—เบตเปˆเบšเปเปˆเป„เบ”เป‰เบ•เบทเปˆเบกเป‚เบ”เบเบญเบฑเบ”เบ•เบฐเป‚เบ™เบกเบฑเบ” เป€เบกเบทเปˆเบญเป€เบฅเบทเบญเบ เป„เบ”เป‰ . เป‚เบ”เบเบเบฒเบ™เบ”เบณ \"occ db:add-missing-columns\" columns เบ—เบตเปˆเบ‚เบฒเบ”เป„เบ›เบชเบฒเบกเบฒเบ”เป€เบžเบตเปˆเบกเป„เบ”เป‰เบ”เป‰เบงเบเบกเบทเปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบ•เบปเบงเบขเปˆเบฒเบ‡เบเบฑเบ‡เบ”เปเบฒเป€เบ™เบตเบ™เบเบฒเบ™เบ•เปเปˆเป„เบ›. เป€เบกเบทเปˆเบญเบกเบตเบเบฒเบ™เป€เบžเบตเปˆเบก columns เบญเบฒเบ”เบˆเบฐเบ›เบฑเบšเบ›เบธเบ‡เบเบฒเบ™เบ•เบญเบšเบชเบฐเบซเบ™เบญเบ‡ เบซเบผเบท เบเบฒเบ™เปƒเบŠเป‰เบ‡เบฒเบ™.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "เบ•เบปเบงเบขเปˆเบฒเบ‡เป€เป€เบ™เบฐเบ™เบณเบ‚เบฒเบ”เป‚เบกเบ”เบนเบ™ PHP, เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡ เปเบฅเบฐ เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ—เบตเปˆเบ”เบตเบเบงเปˆเบฒ เบ™เบฑเป‰เบ™ เปเบกเปˆเบ™เปเบ™เบฐเบ™เปเบฒเปƒเบซเป‰เบ•เบดเบ”เบ•เบฑเป‰เบ‡ ",
+ "seconds ago" : "เบงเบดเบ™เบฒเบ—เบตเบœเปˆเบฒเบ™เบกเบฒ",
+ "Connection to server lost" : "เบเบฒเบ™เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบเบฑเบš server เบชเบนเบ™เป€เบชเบ",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["เบเบฒเบ™เป‚เบซเบผเบ”เปœเป‰เบฒเป€เบŸเบชเบกเบตเบšเบฑเบ™เบซเบฒ, เบเบฒเบ™เป‚เบซเบผเบ”เบ„เบทเบ™เปƒเบ™ %nเบงเบดเบ™เบฒเบ—เบต"],
+ "Add to a project" : "เป€เบžเบดเปˆเบกเปƒเบชเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Show details" : "เบชเบฐเปเบ”เบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Hide details" : "เป€เบŠเบทเปˆเบญเบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Rename project" : "เบ›เปˆเบฝเบ™เบŠเบทเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to rename the project" : "เบšเปเปˆเป„เบ”เป‰เบ›เปˆเบฝเบ™เบŠเบทเปˆเป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to create a project" : "เบšเปเปˆเป„เบ”เป‰เบชเป‰เบฒเบ‡เป‚เบ„เบ‡เบเบฒเบ™",
+ "Failed to add the item to the project" : "เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ•เบทเปˆเบกเบฅเบฒเบเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเปƒเบ™เป‚เบ„เบ‡เบเบฒเบ™เป„เบ”เป‰",
+ "Connect items to a project to make them easier to find" : "เบ•เบดเบ”เบ•เปเปˆเบชเบดเปˆเบ‡เบ‚เบญเบ‡เบเบฑเบšเป‚เบ„เบ‡เบเบฒเบ™เป€เบžเบทเปˆเบญเป€เบฎเบฑเบ”เปƒเบซเป‰เบžเบงเบเป€เบ‚เบปเบฒเป€เบˆเบปเป‰เบฒเบŠเบญเบเบซเบฒเป„เบ”เป‰เบ‡เปˆเบฒเบ เบ‚เบถเป‰เบ™",
+ "Type to search for existing projects" : "เบžเบดเบกเป€เบžเบทเปˆเบญเบŠเบญเบเบซเบฒเป‚เบ„เบ‡เบเบฒเบ™เบ—เบตเปˆเบกเบตเบขเบนเปˆเปเบฅเป‰เบง",
+ "New in" : "เปƒเบซเบกเปˆ",
+ "View changelog" : "เป€เบšเบดเปˆเบ‡เบเบฒเบ™เบ›เปˆเบฝเบ™เปเบ›เบ‡",
+ "Very weak password" : "เบฅเบฐเบซเบฑเบ”เบญเปˆเบญเบ™เบซเบผเบฒเบ",
+ "Weak password" : "เบฅเบฐเบซเบฑเบ”เบญเปˆเบญเบ™",
+ "So-so password" : "เบฅเบฐเบซเบฑเบ”เบ—เบณเบกเบฐเบ”เบฒ",
+ "Good password" : "เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Strong password" : "เบฅเบฐเบซเบฑเบ”เบ—เบตเปˆเป€เบ‚เบฑเป‰เบกเปเบ‚เบ‡",
+ "No action available" : "เบšเปเปˆเบกเบตเบเบฒเบ™เบเบฐเบ—เปเบฒเบ—เบตเปˆเบกเบตเบขเบนเปˆ",
+ "Error fetching contact actions" : "เบœเบดเบ”เบžเบฒเบ”เปƒเบ™เบเบฒเบ™เบฎเบฑเบšเป€เบญเบปเบฒเบเบฒเบ™เบ•เบดเบ”เบ•เปเปˆ",
+ "Non-existing tag #{tag}" : "เบšเปเปˆเบกเบตtag #{tag}",
+ "restricted" : "เบˆเปเบฒเบเบฑเบ”",
+ "invisible" : "เบšเปเปˆเป€เบซเบฑเบ™",
+ "Delete" : "เบฅเบถเบš",
+ "Rename" : "เบ›เปˆเบฝเบ™เบŠเบทเปˆ",
+ "Collaborative tags" : "tags เบเบฒเบ™เบฎเปˆเบงเบกเบกเบท",
+ "No tags found" : "เบšเปเปˆเบžเบปเบštags",
+ "Personal" : "เบชเปˆเบงเบ™เบšเบธเบเบ„เบปเบ™",
+ "Users" : "เบœเบนเป‰เปƒเบŠเป‰",
+ "Apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™",
+ "Admin" : "เบœเบนเป‰เป€เบšเบดเปˆเบ‡เป€เป€เบเบ‡เบฅเบฐเบšเบปเบš",
+ "Help" : "เบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ",
+ "Access forbidden" : "เบซเป‰เบฒเบกเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡",
+ "File not found" : " เบšเปเปˆเบžเบปเบšเบŸเบฒเบ",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "เป€เบญเบเบฐเบชเบฒเบ™เบšเปเปˆเบชเบฒเบกเบฒเบ”เบ„เบปเป‰เบ™เบžเบปเบšเป„เบ”เป‰เปƒเบ™ server. เบšเบฒเบ‡เบ—เบตเบชเปˆเบงเบ™เปเบšเปˆเบ‡เบ–เบทเบเบฅเบถเบš เบซเบผเบท เป„เบ”เป‰เบชเบดเป‰เบ™เบชเบธเบ”เบฅเบปเบ‡?",
+ "Back to %s" : "เบซเบผเบฑเบ‡%s",
+ "Too many requests" : "เบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบซเบผเบฒเบเป€เบเบตเบ™เป„เบ›",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "เบกเบตเบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบซเบผเบฒเบเป€เบเบตเบ™เป„เบ›เบˆเบฒเบเป€เบ„เบทเบญเบ‚เปˆเบฒเบเบ‚เบญเบ‡เบ—เปˆเบฒเบ™. Retry เปƒเบ™เป€เบงเบฅเบฒเบ•เปเปˆเบกเบฒ เบซเบผเบท เบ•เบดเบ”เบ•เปเปˆเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ™เบตเป‰เปเบกเปˆเบ™เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”",
+ "Error" : "เบœเบดเบ”เบžเบฒเบ”",
+ "Previous" : "เบเปˆเบญเบ™เปœเป‰เบฒ",
+ "Internal Server Error" : "เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”เบ‚เบญเบ‡ Server เบžเบฒเบเปƒเบ™",
+ "The server was unable to complete your request." : "server เบšเปเปˆเบชเบฒเบกเบฒเบ”เบชเปเบฒเป€เบฅเบฑเบ”เบ„เปเบฒเบฎเป‰เบญเบ‡เบ‚เปเบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "If this happens again, please send the technical details below to the server administrator." : "เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ™เบตเป‰เป€เบเบตเบ”เบ‚เบถเป‰เบ™เบญเบตเบ, เบเบฐเบฅเบธเบ™เบฒเบชเบปเปˆเบ‡เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เบ—เบฒเบ‡เบ”เป‰เบฒเบ™เป€เบ•เบฑเบเบ™เบดเบเบ‚เป‰เบฒเบ‡เบฅเบธเปˆเบกเบ™เบตเป‰เป„เบ›เบซเบฒเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™ server",
+ "More details can be found in the server log." : "เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ log server.",
+ "Technical details" : "เบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบ•เบฑเบเบ™เบดเบ",
+ "Remote Address: %s" : "เบ—เบตเปˆเบขเบนเปˆ เป„เบฅเบเบฐเป„เบ%s ",
+ "Request ID: %s" : "เบ‚เปเบฎเบญเบ‡ %s",
+ "Type: %s" : "เบžเบดเบก%s",
+ "Code: %s" : "เบฅเบฐเบซเบฑเบ”%s",
+ "Message: %s" : "เบ‚เปเป‰เบ„เบงเบฒเบก %s",
+ "File: %s" : "เบŸเบฒเบ%s",
+ "Line: %s" : "เบชเบฒเบ: %s",
+ "Trace" : "เบ•เบดเบ”เบ•เบฒเบก",
+ "Security warning" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™เบ”เป‰เบฒเบ™เบ„เบงเบฒเบกเบ›เบญเบ”เป„เบž",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "เบŠเบญเบšเปเบงเบ‚เปเป‰เบกเบนเบ™เปเบฅเบฐ เบŸเบฒเบ เบ‚เบญเบ‡ เบ—เปˆเบฒเบ™เบญเบฒเบ”เบˆเบฐเป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เป„เบ”เป‰เบˆเบฒเบเบญเบดเบ™เป€เบ•เบตเป€เบ™เบฑเบ”เป€เบžเบฒเบฐเบงเปˆเบฒเบŸเบฒเบ .htaccess เบšเปเปˆเป„เบ”เป‰เบœเบปเบ™ .",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "เบชเปเบฒเบฅเบฑเบšเบ‚เปเป‰เบกเบนเบ™เบงเบดเบ—เบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ server เบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบขเปˆเบฒเบ‡เบ–เบทเบเบ•เป‰เบญเบ‡, เบเบฐเบฅเบธเบ™เบฒเป€เบšเบดเปˆเบ‡ <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">เป€เบญเบเบฐเบชเบฒเบ™</a>",
+ "Create an <strong>admin account</strong>" : "เบชเป‰เบฒเบ‡ <strong>เบšเบฑเบ™เบŠเบต admin</strong>",
+ "Username" : "เบŠเบทเปˆเบœเบนเป‰เปƒเบŠเป‰",
+ "Show password" : "เบชเบฐเปเบ”เบ‡เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "Storage & database" : "เบเบฒเบ™เป€เบเบฑเบšเบเปเบฒเบ‚เปเป‰เบกเบนเบ™ & เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Data folder" : "เป‚เบŸเบ™เป€เบ”เบตเบ‚เปเป‰เบกเบนเบ™",
+ "Configure the database" : "เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Only %s is available." : "เบกเบตเปเบ•เปˆ %sเป€เบ—เบปเปˆเบฒเบ™เบฑเป‰เบ™.",
+ "Install and activate additional PHP modules to choose other database types." : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡ เปเบฅเบฐ เป€เบ›เบดเบ”เบ™เบณเปƒเบŠเป‰เป‚เบกเบ”เบนเบ™ PHP เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเป€เบžเบทเปˆเบญเป€เบฅเบทเบญเบเบ›เบฐเป€เบžเบ”เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™เบญเบทเปˆเบ™เป†.",
+ "For more details check out the documentation." : "เบชเปเบฒเบฅเบฑเบšเบฅเบฒเบเบฅเบฐเบญเบฝเบ”เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเปƒเบซเป‰ เบเบงเบ”เป€เบšเบดเปˆเบ‡เป€เบญเบเบฐเบชเบฒเบ™",
+ "Database user" : "เบœเบนเป‰เปƒเบŠเป‰เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database password" : "เบฅเบฐเบซเบฑเบ”เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database name" : "เบŠเบทเปˆเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database tablespace" : "เบ•เบฒเบ•เบฐเบฅเบฒเบ‡เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Database host" : "เป€เบˆเบปเป‰เบฒเบžเบฒเบšเบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "เบเบฐเบฅเบธเบ™เบฒเบฅเบฐเบšเบธเป€เบฅเบ port เบžเป‰เบญเบกเบเบฑเบšเบŠเบทเปˆเป€เบˆเบปเป‰เบฒเบžเบฒเบš (เป€เบŠเบฑเปˆเบ™: localhost:5432).",
+ "Performance warning" : "เบ„เปเบฒเป€เบ•เบทเบญเบ™เบ”เป‰เบฒเบ™เบเบฒเบ™เบ›เบฐเบ•เบดเบšเบฑเบ”เบ‡เบฒเบ™",
+ "You chose SQLite as database." : "เบ—เปˆเบฒเบ™ เป€เบฅเบทเบญเบ SQLite เป€เบ›เบฑเบ™เบ–เบฒเบ™เบ‚เปเป‰เบกเบนเบ™.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡เปเบญเบฑเบšเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒ",
+ "Install recommended apps" : "เบ•เบดเบ”เบ•เบฑเป‰เบ‡เปเบญเบฑเบšเบ—เบตเปˆเปเบ™เบฐเบ™เปเบฒ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "เบ›เบฐเบ•เบดเบ—เบดเบ™, Contacts, Talk, Mail & เบเบฒเบ™เปเบเป‰เป„เบ‚เบเบฒเบ™เบฎเปˆเบงเบกเบกเบท",
+ "Finish setup" : "เบชเปเบฒเป€เบฅเบฑเบ”เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ",
+ "Finishing โ€ฆ" : "เบˆเบปเบš ...",
+ "Need help?" : "เบ•เป‰เบญเบ‡เบเบฒเบ™เบ„เบงเบฒเบกเบŠเปˆเบงเบเป€เบซเบผเบทเบญ?",
+ "See the documentation" : "เป€เบšเบดเปˆเบ‡เป€เบญเบเบฐเบชเบฒเบ™",
+ "Get your own free account" : "เบฎเบฑเบšเบšเบฑเบ™เบŠเบตเบŸเบฃเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เป€เบญเบ‡",
+ "Skip to main content" : "Skip เป„เบ›เบซเบฒเป€เบ™เบทเป‰เบญเบซเบฒเบซเบผเบฑเบ",
+ "Skip to navigation of app" : "เบ‚เป‰เบฒเบกเป„เบ›เบเบฑเบ‡เปเบญเบฑเบšเบ™เบณเบ—เบฒเบ‡",
+ "More apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "More" : "เป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "More apps menu" : "เป€เบกเบ™เบนเปเบญเบฑเบšเป€เบžเบตเปˆเบกเป€เบ•เบตเบก",
+ "Contacts" : "เบ•เบดเบ”เบ•เปเปˆ",
+ "Contacts menu" : "เป€เบกเบ™เบนเบ•เบดเบ”เบ•เปเปˆ",
+ "Settings menu" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเป€เบกเบ™เบน",
+ "Confirm your password" : "เบขเบทเบ™เบขเบฑเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™เบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Connect to your account" : "เป€เบŠเบทเปˆเบญเบกเบ•เปเปˆเบšเบฑเบ™เบŠเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Please log in before granting %1$s access to your %2$s account." : "เบเบฐเบฅเบธเบ™เบฒเป€เบ‚เบปเป‰เบฒเบฅเบฐเบšเบปเบšเบเปˆเบญเบ™เบ—เบตเปˆเบˆเบฐเปƒเบซเป‰ %1$sเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบตเบ‚เบญเบ‡เบ—เปˆเบฒเบ™%2$s.",
+ "App token" : "เปเบญเบฑเบš token",
+ "Grant access" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡ Grant",
+ "Alternative log in using app token" : "log เบ—เบฒเบ‡เป€เบฅเบทเบญเบเปƒเบ™เบเบฒเบ™เบ™เปเบฒเปƒเบŠเป‰ token app",
+ "Account access" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบต",
+ "You are about to grant %1$s access to your %2$s account." : "เบ—เปˆเบฒเบ™เบเปเบฒเบฅเบฑเบ‡เบˆเบฐเปƒเบซเป‰ %1$sเบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบšเบฑเบ™เบŠเบต %2$sเบ‚เบญเบ‡เบ—เปˆเบฒเบ™.",
+ "Account connected" : "เบšเบฑเบ™เบŠเบตเบ—เบตเปˆเบ•เบดเบ”เบžเบฑเบ™",
+ "Your client should now be connected!" : "เบ•เบญเบ™เบ™เบตเป‰เบฅเบนเบเบ„เป‰เบฒเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ„เบงเบ™เบˆเบฐเป€เบŠเบทเปˆเบญเบกเบ•เปเปˆ!",
+ "You can close this window." : "เบ—เปˆเบฒเบ™เบชเบฒเบกเบฒเบ”เบ›เบดเบ”windowเบ™เบตเป‰เป„เบ”เป‰.",
+ "This share is password-protected" : "เบเบฒเบ™เปเบšเปˆเบ‡เบ›เบฑเบ™เบ™เบตเป‰เปเบกเปˆเบ™เบเบฒเบ™เบ›เป‰เบญเบ‡เบเบฑเบ™เบฅเบฐเบซเบฑเบ”เบœเปˆเบฒเบ™",
+ "The password is wrong. Try again." : "เบฅเบฐเบซเบฑเบ”เบšเปเปˆเบ–เบทเบเบ•เป‰เบญเบ‡. เบฅเบญเบ‡เปƒเปเปˆเบญเบตเบเบ„เบฑเป‰เบ‡.",
+ "Two-factor authentication" : "เบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Set up two-factor authentication" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Use backup code" : "เปƒเบŠเป‰เบฅเบฐเบซเบฑเบ”เบชเปเบฒเบฎเบญเบ‡",
+ "Cancel login" : "เบเบปเบเป€เบฅเบตเบ login",
+ "Setup two-factor authentication" : "เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบฎเบฑเบšเบฎเบญเบ‡เบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบชเบญเบ‡เบ„เบฑเป‰เบ‡",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "เป€เบžเบตเปˆเบกเบ—เบฐเบงเบตเบ„เบงเบฒเบกเบ›เบญเบ”เป„เบžเปเบกเปˆเบ™เบ–เบทเบเบšเบฑเบ‡เบ„เบฑเบšเปƒเบŠเป‰ เบชเปเบฒเบฅเบฑเบšเบšเบฑเบ™เบŠเบต เบ‚เบญเบ‡เบ—เปˆเบฒเบ™ . เป€เบฅเบทเบญเบเบœเบนเป‰เปƒเบซเป‰เบšเปเบฅเบดเบเบฒเบ™เบ—เบตเปˆเบเบณเบ™เบปเบ”เป„เบงเป‰",
+ "Error while validating your second factor" : "เบ„เบงเบฒเบกเบœเบดเบ”เบžเบฒเบ”เปƒเบ™เบ‚เบฐเบ™เบฐเบ—เบตเปˆเบเบฒเบ™เบขเบฑเป‰เบ‡เบขเบทเบ™เบ—เบตเบชเบญเบ‡เบ‚เบญเบ‡เบ—เปˆเบฒเบ™",
+ "Access through untrusted domain" : "เบเบฒเบ™เป€เบ‚เบปเป‰เบฒเป€เบ–เบดเบ‡เบœเปˆเบฒเบ™เป‚เบ”เป€เบกเบ™เบ—เบตเปˆเบšเปเปˆเปœเป‰เบฒเป€เบŠเบทเปˆเบถเบญเบ–เบท",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "เบ‚เปเป‰เบกเบนเบ™เป€เบžเบตเปˆเบกเป€เบ•เบตเบกเบเปˆเบฝเบงเบเบฑเบšเบงเบดเบ—เบตเบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒเบ™เบตเป‰เบชเบฒเบกเบฒเบ”เป€เบšเบดเปˆเบ‡เป„เบ”เป‰เปƒเบ™ %1$sเป€เบญเบเบฐเบชเบฒเบ™.%2$s",
+ "App update required" : "เบญเบฑเบšเป€เบ”เบ” App เบ—เบตเปˆเบ•เป‰เบญเบ‡เบเบฒเบ™",
+ "%1$s will be updated to version %2$s" : " %1$sเบˆเบฐเบ–เบทเบเบ›เบฑเบšเบ›เบธเบ‡เปƒเบซเป‰เป€เบ›เบฑเบ™เบฅเบนเป‰เบ™ %2$s",
+ "The following apps will be updated:" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ”เบฑเปˆเบ‡เบ•เปเปˆเป„เบ›เบ™เบตเป‰เบˆเบฐเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡:",
+ "These incompatible apps will be disabled:" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ—เบตเปˆเบšเปเปˆเบชเบฒเบกเบฒเบ”เป€เบ‚เบปเป‰เบฒเบเบฑเบ™เป„เบ”เป‰, เป€เบซเบผเบปเปˆเบฒเบ™เบตเป‰เบˆเบฐเบ–เบทเบเบ›เบดเบ”:",
+ "The theme %s has been disabled." : "เบซเบปเบงเบ‚เปเป‰ %sเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”.",
+ "Start update" : "เป€เบฅเบตเปˆเบกเบญเบฑเบšเป€เบ”เบ”",
+ "Detailed logs" : "เบšเบฑเบ™เบ—เบถเบเป‚เบ”เบเบฅเบฒเบเบฅเบฐเบญเบฝเบ”",
+ "Update needed" : "เบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡เบ—เบตเปˆเบˆเปเบฒเป€เบ›เบฑเบ™",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "เบชเปเบฒเบฅเบฑเบšเบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ, เป€เบšเบดเปˆเบ‡ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">เป€เบญเบเบฐเบชเบฒเบ™</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "เบ‚เป‰เบฒ เบžเบฐเป€เบˆเบปเป‰เบฒเบฎเบนเป‰เบงเปˆเบฒเบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ‚เป‰เบฒเบžเบฐเป€เบˆเบปเป‰เบฒเบชเบทเบšเบ•เปเปˆเป€เบฎเบฑเบ”เบเบฒเบ™เบญเบฑเบšเป€เบ”เบ”เบœเปˆเบฒเบ™เป€เบงเบฑเบš UI เบกเบตเบ„เบงเบฒเบกเบชเปˆเบฝเบ‡ , เบงเปˆเบฒ เบ„เปเบฒเบฎเป‰เบญเบ‡เบ”เบณเป€เบ™เบตเบ™เบเบฒเบ™เปเบปเบ”เป€เบงเบฅเบฒ เปเบฅเบฐ เบญเบฒเบ”เบˆเบฐเป€เบฎเบฑเบ”เปƒเบซเป‰เบเบฒเบ™เบชเบนเบ™เป€เบชเบเบ‚เปเป‰เบกเบนเบ™, เปเบ•เปˆเบ‚เป‰เบฒ เบžเบฐเป€เบˆเบปเป‰เบฒเบกเบตเบเบฒเบ™เบชเปเบฒเบฎเบญเบ‡ เปเบฅเบฐ เบฎเบนเป‰เบงเบดเบ—เบตเบเบฒเบ™เบเบนเป‰เบ„เบทเบ™ เบ•เบปเบงเบขเปˆเบฒเบ‡ เบ‚เบญเบ‡เบ‚เป‰เบฒเบžเบฐเป€เบˆเบปเป‰เบฒเปƒเบ™เบเปเบฅเบฐเบ™เบตเบ—เบตเปˆเบฅเบปเป‰เบก เป€เบซเบฅเบง .",
+ "Upgrade via web on my own risk" : "เบเบฒเบ™เบเบปเบเบฅเบฐเบ”เบฑเบš เบœเปˆเบฒเบ™เป€เบงเบฑเบšเป„เบŠเปƒเบ™เบ„เบงเบฒเบกเบชเปˆเบฝเบ‡เบ‚เบญเบ‡เบ‚เป‰เบญเบเป€เบญเบ‡",
+ "Maintenance mode" : "เบฎเบนเบšเปเบšเบšเบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ",
+ "This %s instance is currently in maintenance mode, which may take a while." : "%sเบ•เบปเบงเบขเปˆเบฒเบ‡เบ™เบตเป‰เปƒเบ™เบ›เบฑเบ”เบˆเบธเบšเบฑเบ™เปเบกเปˆเบ™เบขเบนเปˆเปƒเบ™เบงเบดเบ—เบตเบเบฒเบ™เบšเปเบฒเบฅเบธเบ‡เบฎเบฑเบเบชเบฒ, เบŠเบถเปˆเบ‡เบญเบฒเบ”เบˆเบฐเปƒเบŠเป‰ เป€เบงเบฅเบฒเปƒเบ™เป„เบฅเบเบฐเปœเบถเปˆเบ‡",
+ "This page will refresh itself when the instance is available again." : "เบซเบ™เป‰เบฒเบ™เบตเป‰เบˆเบฐ refresh เป€เบกเบทเปˆเบญเบกเบตเบ•เบปเบงเบขเปˆเบฒเบ‡เบญเบตเบ.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "เบ•เบดเบ”เบ•เปเปˆเบœเบนเป‰เบšเปเบฅเบดเบซเบฒเบ™เบฅเบฐเบšเบปเบšเบ‚เบญเบ‡เบ—เปˆเบฒเบ™เบ–เป‰เบฒเบซเบฒเบเบงเปˆเบฒเบ‚เปˆเบฒเบงเบชเบฒเบ™เบ™เบตเป‰เบเบฑเบขเบนเปˆ เบซเบผเบท เบ›เบฒเบเบปเบ”เป‚เบ”เบเบšเปเปˆเบ„เบฒเบ”เบ„เบดเบ”.",
+ "Following apps have been disabled: %s" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™เบ•เบดเบ”เบ•เบฒเบกเป„เบ”เป‰เบ–เบทเบเบ›เบดเบ”%s",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings โ†—<a/>." : "เบเบฒเบ™เปƒเบŠเป‰ เบ—เบตเปˆเบชเป‰เบฒเบ‡เบ‚เบถเป‰เบ™เปƒเบ™mailer php เบšเปเปˆ เป„เบ”เป‰ เบฎเบฑเบšเบเบฒเบ™เบชเบฐเบซเบ™เบฑเบšเบชเบฐเบซเบ™เบนเบ™เบญเบตเบเบ•เปเปˆเป„เบ›. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">เบเบฐเบฅเบธเบ™เบฒเบญเบฑเบšเป€เบ”เบ”เบเบฒเบ™เบ•เบฑเป‰เบ‡เบ„เปˆเบฒ server เบญเบตเป€เบกเบงเบ‚เบญเบ‡เบ—เปˆเบฒเบ™ โ†—<a/>",
+ "Searching other places" : "เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเบชเบฐเบ–เบฒเบ™เบ—เบตเปˆเบญเบทเปˆเบ™เป†",
+ "No search results in other folders for {tag}{filter}{endtag}" : "เบšเปเปˆเบกเบตเบœเบปเบ™เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเปƒเบ™เป‚เบŸเบ™เป€เบ”เบตเบญเบทเปˆเบ™เป†เบชเปเบฒเบฅเบฑเบš {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} เบœเบปเบ™เบเบฒเบ™เบ„เบปเป‰เบ™เบซเบฒเปƒเบ™เป‚เบŸเบ™เป€เบ”เบตเบญเบทเปˆเบ™เป†"],
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Search" : "เบ„เบปเป‰เบ™เบซเบฒ",
+ "These apps will be updated:" : "เปเบญเบฑเบšเป€เบซเบผเบปเปˆเบฒเบ™เบตเป‰เบˆเบฐเป„เบ”เป‰เบฎเบฑเบšเบเบฒเบ™เบ›เบฑเบšเบ›เบธเบ‡:"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/core/l10n/sc.js b/core/l10n/sc.js
index c46a24374a8..74593977ef3 100644
--- a/core/l10n/sc.js
+++ b/core/l10n/sc.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"No temporary profile picture available, try again" : "Peruna foto de profilu temporร nea a disponimentu, torra a proare",
"No crop data provided" : "Perunu datu frunidu",
"No valid crop data provided" : "Perunu datu vร lidu frunidu",
+ "Crop is not square" : "Su retร lliu no est a iscuadra",
"State token does not match" : "S'istadu de s'autenticadore non currispondet",
"Invalid app password" : "Crae de aplicatzione non vร lida",
"Could not complete login" : "Non s'est pรฒdida cumpletare s'intrada",
@@ -61,7 +62,32 @@ OC.L10N.register(
"Already up to date" : "Giai agiornadu",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permรฌtere sa sincronizatzione de is archรฌvios, ca s'interfache WebDAV paret arrogada.",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Si serbidore tuo no est impostadu pro risรฒlvere \"{url}\". Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resรฒlvere \"{url}\". Est probร bile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is rรจgulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pร gina de documentatzione sua</a>. In Nginx giai semper sunt is lรฌneas chi incarrerant cun \"location ~\" chi tenent bisรฒngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archรฌvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archรฌvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paret chi PHP no est cunfigradu comente si depet pro rechรจrrere variร biles de ambiente de sistema. Sa proa cun getenv(\"PATH\") at torradu isceti una isceda bรฒida.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation โ†—</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Cร stia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione โ†—</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Sa cunfinguratzione de letura isceti est istรจtia ativada. Custu evitat de pรฒnere cunfiguratziones cun sa interfache-web. In prus, s'archรฌviu depet รจssere produidu pro รจssere iscritu a manu a cada agiornamentu.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Sa base de datos tua no funtzionat cun su livellu de isulamentu de sa transatzione \"READ COMMITTED\". Custu podet causare problemas cando si faghent prus atziones in parallelu.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Mancat su mรฒdulu PHP \"fileinfo\". Est cussigiadu meda de ativare custu mรฒdulu pro otรจnnere is mรจgius resurtados in sa chirca de sa genia MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation โ†—</a> for more information." : "Su blocu de s'archรฌviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione โ†—</a> pro ร teras informatziones. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domรฌniu e impreat su cron de sistema, ddoe podent รจssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archรฌviu config.php tuo a su caminu webroot de s'installatzione tua (cussรฌgiu: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code โ†—{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telรจfonu predefinida. Custu serbit pro balidare is nรนmeros de telรจfonu in is impostatziones de profilu chene su cรฒdighe de Istadu. Pro pรฒdere impreare nรนmeros chene su cรฒdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code โ†—{linkend} de sa regione pro cunfigurare s'archรฌviu tuo. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossรฌbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tรจcnicos in fatu:",
+ "Check the background job settings" : "Cร stia is impostatziones de s'atividade de palas",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lรฒmpere a is puntos finales mรนltiplos. Bolet nร rrere ca propiedades comente sa crรจschida de sa memรฒria de foras, is notรฌficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzรจdere dae remotu a is archรฌvios o imbiare una notรฌfica de posta eletrรฒnica diant no pรฒdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pรฒdere impreare totu custas propiedades.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memรฒria de depรฒsitu est istรจtia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memรฒria de depรฒsitu, chi est disponรฌbile. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orรฌgine adata e si cussรฌgiat de no ddu impreare pro resones de seguresa. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Immoe ses impreende PHP {version}. Agiorna sa versione tua de PHP pro isfrutare <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">is novidades de esecutzione e seguresa frunidas dae su PHP Group</a> cando sa distributzione tua ddas at a suportare.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est s'รนrtima versione chi suportat PHP 7.2. Nextcloud 21 recherret a su mancu PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermรจdiu cuntrร riu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermรจdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permรฌtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est cunfiguradu comente su depรฒsitu distribuidu, ma est installadu su mรฒdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki subra de is duos mรฒdulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid filesโ€ฆ</a> / <a href=\"{rescanEndpoint}\">Rescanโ€ฆ</a>)" : "Calicunu archรฌviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resรฒlvere custu problema in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elencu de is archรฌvios non bร lidos</a> / <a href=\"{rescanEndpoint}\">Torra a analizare...</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Su mรฒdulu PHP OPcache no est carrigadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mรจgius, est cussigiadu</a> a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mรจgius est cussigiadu</a> a impreare is impostatzione in fatu in su <code>php.ini</code> :",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponรฌbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu cร usat dannos in is immร gines de profilu e in s'interfache de is impostatziones.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'รฌnditze \"{nรนmenedeรฌnditze}\" in sa tร ula \"{nรนmenedetร ula}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu รฌnditze. Agiรนnghere is รฌnditzes a tร ulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automร tica. Impreende \"occ db:add-missing-indices\" si podent agiรนnghere a manu is รฌnditzes chi mancant in s'interis chi s'istร ntzia est in funtzione. Cando is รฌnditzes sunt agiuntos is rechestas a custas tร ulas andant giai semper prus a lestru meda.",
"Error occurred while checking server setup" : "Ddoe at ร pidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
"For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro ร teros detร llios cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
"unknown text" : "testu disconnotu",
diff --git a/core/l10n/sc.json b/core/l10n/sc.json
index 7594ec51d7a..3e7b2eed8e7 100644
--- a/core/l10n/sc.json
+++ b/core/l10n/sc.json
@@ -11,6 +11,7 @@
"No temporary profile picture available, try again" : "Peruna foto de profilu temporร nea a disponimentu, torra a proare",
"No crop data provided" : "Perunu datu frunidu",
"No valid crop data provided" : "Perunu datu vร lidu frunidu",
+ "Crop is not square" : "Su retร lliu no est a iscuadra",
"State token does not match" : "S'istadu de s'autenticadore non currispondet",
"Invalid app password" : "Crae de aplicatzione non vร lida",
"Could not complete login" : "Non s'est pรฒdida cumpletare s'intrada",
@@ -59,7 +60,32 @@
"Already up to date" : "Giai agiornadu",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permรฌtere sa sincronizatzione de is archรฌvios, ca s'interfache WebDAV paret arrogada.",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Si serbidore tuo no est impostadu pro risรฒlvere \"{url}\". Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resรฒlvere \"{url}\". Est probร bile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is rรจgulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pร gina de documentatzione sua</a>. In Nginx giai semper sunt is lรฌneas chi incarrerant cun \"location ~\" chi tenent bisรฒngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archรฌvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archรฌvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paret chi PHP no est cunfigradu comente si depet pro rechรจrrere variร biles de ambiente de sistema. Sa proa cun getenv(\"PATH\") at torradu isceti una isceda bรฒida.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation โ†—</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Cร stia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione โ†—</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Sa cunfinguratzione de letura isceti est istรจtia ativada. Custu evitat de pรฒnere cunfiguratziones cun sa interfache-web. In prus, s'archรฌviu depet รจssere produidu pro รจssere iscritu a manu a cada agiornamentu.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Sa base de datos tua no funtzionat cun su livellu de isulamentu de sa transatzione \"READ COMMITTED\". Custu podet causare problemas cando si faghent prus atziones in parallelu.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Mancat su mรฒdulu PHP \"fileinfo\". Est cussigiadu meda de ativare custu mรฒdulu pro otรจnnere is mรจgius resurtados in sa chirca de sa genia MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation โ†—</a> for more information." : "Su blocu de s'archรฌviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione โ†—</a> pro ร teras informatziones. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domรฌniu e impreat su cron de sistema, ddoe podent รจssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archรฌviu config.php tuo a su caminu webroot de s'installatzione tua (cussรฌgiu: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code โ†—{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telรจfonu predefinida. Custu serbit pro balidare is nรนmeros de telรจfonu in is impostatziones de profilu chene su cรฒdighe de Istadu. Pro pรฒdere impreare nรนmeros chene su cรฒdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code โ†—{linkend} de sa regione pro cunfigurare s'archรฌviu tuo. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossรฌbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tรจcnicos in fatu:",
+ "Check the background job settings" : "Cร stia is impostatziones de s'atividade de palas",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lรฒmpere a is puntos finales mรนltiplos. Bolet nร rrere ca propiedades comente sa crรจschida de sa memรฒria de foras, is notรฌficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzรจdere dae remotu a is archรฌvios o imbiare una notรฌfica de posta eletrรฒnica diant no pรฒdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pรฒdere impreare totu custas propiedades.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memรฒria de depรฒsitu est istรจtia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memรฒria de depรฒsitu, chi est disponรฌbile. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orรฌgine adata e si cussรฌgiat de no ddu impreare pro resones de seguresa. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Immoe ses impreende PHP {version}. Agiorna sa versione tua de PHP pro isfrutare <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">is novidades de esecutzione e seguresa frunidas dae su PHP Group</a> cando sa distributzione tua ddas at a suportare.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est s'รนrtima versione chi suportat PHP 7.2. Nextcloud 21 recherret a su mancu PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermรจdiu cuntrร riu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermรจdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permรฌtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare ร teras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est cunfiguradu comente su depรฒsitu distribuidu, ma est installadu su mรฒdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki subra de is duos mรฒdulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid filesโ€ฆ</a> / <a href=\"{rescanEndpoint}\">Rescanโ€ฆ</a>)" : "Calicunu archรฌviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resรฒlvere custu problema in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elencu de is archรฌvios non bร lidos</a> / <a href=\"{rescanEndpoint}\">Torra a analizare...</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Su mรฒdulu PHP OPcache no est carrigadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mรจgius, est cussigiadu</a> a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mรจgius est cussigiadu</a> a impreare is impostatzione in fatu in su <code>php.ini</code> :",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponรฌbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu cร usat dannos in is immร gines de profilu e in s'interfache de is impostatziones.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'รฌnditze \"{nรนmenedeรฌnditze}\" in sa tร ula \"{nรนmenedetร ula}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu รฌnditze. Agiรนnghere is รฌnditzes a tร ulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automร tica. Impreende \"occ db:add-missing-indices\" si podent agiรนnghere a manu is รฌnditzes chi mancant in s'interis chi s'istร ntzia est in funtzione. Cando is รฌnditzes sunt agiuntos is rechestas a custas tร ulas andant giai semper prus a lestru meda.",
"Error occurred while checking server setup" : "Ddoe at ร pidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
"For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro ร teros detร llios cร stia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
"unknown text" : "testu disconnotu",
diff --git a/lib/l10n/lo.js b/lib/l10n/lo.js
index b654c220735..8ce6221d8c4 100644
--- a/lib/l10n/lo.js
+++ b/lib/l10n/lo.js
@@ -2,6 +2,10 @@ OC.L10N.register(
"lib",
{
"Unknown filetype" : "เบšเปเปˆเบฎเบนเป‰เบ›เบฐเป€เบžเบ”เบ‚เบญเบ‡เบŸเบฒเบ",
- "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš"
+ "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš",
+ "seconds ago" : "เบงเบดเบ™เบฒเบ—เบตเบœเปˆเบฒเบ™เบกเบฒ",
+ "Help" : "เบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ",
+ "Apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™",
+ "Users" : "เบœเบนเป‰เปƒเบŠเป‰"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/lo.json b/lib/l10n/lo.json
index e2bdb491875..994f87f0efe 100644
--- a/lib/l10n/lo.json
+++ b/lib/l10n/lo.json
@@ -1,5 +1,9 @@
{ "translations": {
"Unknown filetype" : "เบšเปเปˆเบฎเบนเป‰เบ›เบฐเป€เบžเบ”เบ‚เบญเบ‡เบŸเบฒเบ",
- "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš"
+ "Invalid image" : "เบšเปเปˆเบกเบตเบฎเบนเบšเบžเบฒเบš",
+ "seconds ago" : "เบงเบดเบ™เบฒเบ—เบตเบœเปˆเบฒเบ™เบกเบฒ",
+ "Help" : "เบเบฒเบ™เบŠเปˆเบงเบเป€เบซเบผเบทเบญ",
+ "Apps" : "เปเบญเบฑเบšเบžเบฅเบดเป€เบ„เบŠเบฑเบ™",
+ "Users" : "เบœเบนเป‰เปƒเบŠเป‰"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file