aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-09-22 00:32:00 +0000
committerNextcloud bot <bot@nextcloud.com>2023-09-22 00:32:00 +0000
commitc63ef4a2d5835a5301435b62bc010c7834297d75 (patch)
treed51b7981235f4a66b26ad68768617ceb8f207ccd /lib/l10n
parent3b6a9cd23628464cd24da3d426764a8232124f33 (diff)
downloadnextcloud-server-c63ef4a2d5835a5301435b62bc010c7834297d75.tar.gz
nextcloud-server-c63ef4a2d5835a5301435b62bc010c7834297d75.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/th.js18
-rw-r--r--lib/l10n/th.json18
-rw-r--r--lib/l10n/uk.js1
-rw-r--r--lib/l10n/uk.json1
4 files changed, 36 insertions, 2 deletions
diff --git a/lib/l10n/th.js b/lib/l10n/th.js
index b78d58379d8..0fea7cc572d 100644
--- a/lib/l10n/th.js
+++ b/lib/l10n/th.js
@@ -2,10 +2,22 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "ไม่สามารถเขียนลงในไดเรกทอรี \"config\"!",
+ "This can usually be fixed by giving the web server write access to the config directory." : "โดยปกติสามารถแก้ไขได้โดยการให้สิทธิ์การเขียนสำหรับเว็บเซิร์ฟเวอร์ไปยังไดเร็กทอรี config",
+ "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "แต่หากคุณต้องการให้ไฟล์ config.php อ่านอย่างเดียว ให้ตั้งค่าตัวเลือก \"config_is_read_only\" เป็น true",
"See %s" : "ดู %s",
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "เราตรวจพบว่าการกำหนดค่าตัวอย่างถูกคัดลอกมา การกำหนดค่าลักษณะนี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารประกอบก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"The page could not be found on the server." : "ไม่พบหน้านี้บนเซิร์ฟเวอร์",
+ "%s email verification" : "การยืนยันอีเมล %s",
+ "Email verification" : "การยืนยันอีเมล",
+ "Click the following button to confirm your email." : "คลิกปุ่มต่อไปนี้เพื่อยืนยันอีเมลของคุณ",
+ "Click the following link to confirm your email." : "คลิกลิงก์ต่อไปนี้เพื่อยืนยันอีเมลของคุณ",
+ "Confirm your email" : "ยืนยันอีเมล",
+ "Other activities" : "กิจกรรมอื่น ๆ",
+ "%1$s and %2$s" : "%1$s และ %2$s",
+ "%1$s, %2$s and %3$s" : "%1$s, %2$s และ %3$s",
+ "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s และ %4$s",
+ "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s และ %5$s",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
"PHP with a version lower than %s is required." : "จำเป็นต้องมี PHP รุ่นต่ำกว่า %s",
"%sbit or higher PHP required." : "จำเป็นต้องมี PHP %s บิตหรือสูงกว่า",
@@ -43,13 +55,17 @@ OC.L10N.register(
"Empty filename is not allowed" : "ชื่อไฟล์ห้ามว่างเปล่า",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "แอป \"%s\" ไม่สามารถติดตั้งได้ เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "ไม่สามารถติดตั้งแอป \"%s\" เนื่องจากแอปเข้ากับเซิร์ฟเวอร์รุ่นนี้ไม่ได้",
- "__language_name__" : "ภาษาไทย - Thai",
+ "__language_name__" : "ไทย",
"Help" : "ช่วยเหลือ",
"Apps" : "แอป",
+ "Personal settings" : "การตั้งค่าส่วนบุคคล",
+ "Administration settings" : "การตั้งค่าการดูแลระบบ",
"Settings" : "การตั้งค่า",
"Log out" : "ออกจากระบบ",
"Users" : "ผู้ใช้งาน",
"Email" : "อีเมล",
+ "Fediverse" : "เฟดิเวิร์ส",
+ "View %s on the fediverse" : "ดู %s บนเฟดิเวิร์ส",
"Phone" : "โทรศัพท์",
"Twitter" : "ทวิตเตอร์",
"Website" : "เว็บไซต์",
diff --git a/lib/l10n/th.json b/lib/l10n/th.json
index 30cc82d864d..34be3490322 100644
--- a/lib/l10n/th.json
+++ b/lib/l10n/th.json
@@ -1,9 +1,21 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "ไม่สามารถเขียนลงในไดเรกทอรี \"config\"!",
+ "This can usually be fixed by giving the web server write access to the config directory." : "โดยปกติสามารถแก้ไขได้โดยการให้สิทธิ์การเขียนสำหรับเว็บเซิร์ฟเวอร์ไปยังไดเร็กทอรี config",
+ "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "แต่หากคุณต้องการให้ไฟล์ config.php อ่านอย่างเดียว ให้ตั้งค่าตัวเลือก \"config_is_read_only\" เป็น true",
"See %s" : "ดู %s",
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "เราตรวจพบว่าการกำหนดค่าตัวอย่างถูกคัดลอกมา การกำหนดค่าลักษณะนี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารประกอบก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"The page could not be found on the server." : "ไม่พบหน้านี้บนเซิร์ฟเวอร์",
+ "%s email verification" : "การยืนยันอีเมล %s",
+ "Email verification" : "การยืนยันอีเมล",
+ "Click the following button to confirm your email." : "คลิกปุ่มต่อไปนี้เพื่อยืนยันอีเมลของคุณ",
+ "Click the following link to confirm your email." : "คลิกลิงก์ต่อไปนี้เพื่อยืนยันอีเมลของคุณ",
+ "Confirm your email" : "ยืนยันอีเมล",
+ "Other activities" : "กิจกรรมอื่น ๆ",
+ "%1$s and %2$s" : "%1$s และ %2$s",
+ "%1$s, %2$s and %3$s" : "%1$s, %2$s และ %3$s",
+ "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s และ %4$s",
+ "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s และ %5$s",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
"PHP with a version lower than %s is required." : "จำเป็นต้องมี PHP รุ่นต่ำกว่า %s",
"%sbit or higher PHP required." : "จำเป็นต้องมี PHP %s บิตหรือสูงกว่า",
@@ -41,13 +53,17 @@
"Empty filename is not allowed" : "ชื่อไฟล์ห้ามว่างเปล่า",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "แอป \"%s\" ไม่สามารถติดตั้งได้ เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "ไม่สามารถติดตั้งแอป \"%s\" เนื่องจากแอปเข้ากับเซิร์ฟเวอร์รุ่นนี้ไม่ได้",
- "__language_name__" : "ภาษาไทย - Thai",
+ "__language_name__" : "ไทย",
"Help" : "ช่วยเหลือ",
"Apps" : "แอป",
+ "Personal settings" : "การตั้งค่าส่วนบุคคล",
+ "Administration settings" : "การตั้งค่าการดูแลระบบ",
"Settings" : "การตั้งค่า",
"Log out" : "ออกจากระบบ",
"Users" : "ผู้ใช้งาน",
"Email" : "อีเมล",
+ "Fediverse" : "เฟดิเวิร์ส",
+ "View %s on the fediverse" : "ดู %s บนเฟดิเวิร์ส",
"Phone" : "โทรศัพท์",
"Twitter" : "ทวิตเตอร์",
"Website" : "เว็บไซต์",
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index 66cdea90e01..59b14f26d15 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -156,6 +156,7 @@ OC.L10N.register(
"%1$s shared »%2$s« with you." : "%1$s надав(-ла) доступ до \"%2$s\".",
"Click the button below to open it." : "Щоб відкрити файл, натисніть кнопку нижче.",
"The requested share does not exist anymore" : "Запитуваний спільний ресурс більше недоступний",
+ "The requested share comes from a disabled user" : "Отримано запит на спільний доступ від неактивного користувача",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Користувача не створено, оскільки досягнуто обмеження на кількість користувачів. Перевірте сповіщення для докладної інформації.",
"Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"",
"Sunday" : "Неділя",
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
index 9c102a738e0..84b907a5e9e 100644
--- a/lib/l10n/uk.json
+++ b/lib/l10n/uk.json
@@ -154,6 +154,7 @@
"%1$s shared »%2$s« with you." : "%1$s надав(-ла) доступ до \"%2$s\".",
"Click the button below to open it." : "Щоб відкрити файл, натисніть кнопку нижче.",
"The requested share does not exist anymore" : "Запитуваний спільний ресурс більше недоступний",
+ "The requested share comes from a disabled user" : "Отримано запит на спільний доступ від неактивного користувача",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Користувача не створено, оскільки досягнуто обмеження на кількість користувачів. Перевірте сповіщення для докладної інформації.",
"Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"",
"Sunday" : "Неділя",