No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
32 changed files with 714 additions and 64 deletions
-
3apps/dashboard/l10n/ar.js
-
3apps/dashboard/l10n/ar.json
-
2apps/files/l10n/fr.js
-
2apps/files/l10n/fr.json
-
11apps/files_sharing/l10n/zh_HK.js
-
11apps/files_sharing/l10n/zh_HK.json
-
33apps/files_sharing/l10n/zh_TW.js
-
33apps/files_sharing/l10n/zh_TW.json
-
16apps/files_trashbin/l10n/zh_TW.js
-
16apps/files_trashbin/l10n/zh_TW.json
-
6apps/files_versions/l10n/zh_TW.js
-
6apps/files_versions/l10n/zh_TW.json
-
7apps/lookup_server_connector/l10n/zh_TW.js
-
5apps/lookup_server_connector/l10n/zh_TW.json
-
22apps/oauth2/l10n/zh_TW.js
-
22apps/oauth2/l10n/zh_TW.json
-
9apps/provisioning_api/l10n/zh_TW.js
-
7apps/provisioning_api/l10n/zh_TW.json
-
6apps/settings/l10n/ar.js
-
6apps/settings/l10n/ar.json
-
2apps/updatenotification/l10n/ru.js
-
2apps/updatenotification/l10n/ru.json
-
8apps/updatenotification/l10n/zh_HK.js
-
8apps/updatenotification/l10n/zh_HK.json
-
2apps/updatenotification/l10n/zh_TW.js
-
2apps/updatenotification/l10n/zh_TW.json
-
233core/l10n/lo.js
-
231core/l10n/lo.json
-
26core/l10n/sc.js
-
26core/l10n/sc.json
-
6lib/l10n/lo.js
-
6lib/l10n/lo.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;" |
|||
} |
@ -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;"); |
@ -0,0 +1,5 @@ |
|||
{ "translations": { |
|||
"Lookup Server Connector" : "查詢伺服器連接程式", |
|||
"Sync public user information with the lookup server" : "將公開使用者資訊與查詢伺服器同步" |
|||
},"pluralForm" :"nplurals=1; plural=0;" |
|||
} |
@ -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;"); |
@ -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;" |
|||
} |
@ -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;"); |
@ -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;" |
|||
} |
@ -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;"); |
@ -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;" |
|||
} |
@ -1,5 +1,9 @@ |
|||
{ "translations": { |
|||
"Unknown filetype" : "ບໍ່ຮູ້ປະເພດຂອງຟາຍ", |
|||
"Invalid image" : "ບໍ່ມີຮູບພາບ" |
|||
"Invalid image" : "ບໍ່ມີຮູບພາບ", |
|||
"seconds ago" : "ວິນາທີຜ່ານມາ", |
|||
"Help" : "ການຊ່ວຍເຫຼືອ", |
|||
"Apps" : "ແອັບພລິເຄຊັນ", |
|||
"Users" : "ຜູ້ໃຊ້" |
|||
},"pluralForm" :"nplurals=1; plural=0;" |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue