diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
commit | 3f40bb69f8c565a4c32f7452d8845936316377bb (patch) | |
tree | 41ea3955407d2cf2baaadccab44aa948f03e406c /apps | |
parent | 8920c87dce39ecb89f20dcba0614db89f030f9b6 (diff) | |
download | nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.tar.gz nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/l10n/it.js | 17 | ||||
-rw-r--r-- | apps/dav/l10n/it.json | 15 | ||||
-rw-r--r-- | apps/dav/l10n/pl.js | 15 | ||||
-rw-r--r-- | apps/dav/l10n/pl.json | 13 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 17 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.json | 15 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.json | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.json | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.js | 85 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.json | 85 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/es.json | 3 | ||||
-rw-r--r-- | apps/workflowengine/l10n/ru.js | 59 | ||||
-rw-r--r-- | apps/workflowengine/l10n/ru.json | 57 |
18 files changed, 360 insertions, 38 deletions
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js new file mode 100644 index 00000000000..97ecaa4930d --- /dev/null +++ b/apps/dav/l10n/it.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "Date di nascita dei contatti", + "Personal" : "Personale", + "Contacts" : "Contatti", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Type: %s" : "Tipo: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json new file mode 100644 index 00000000000..d6c6420a911 --- /dev/null +++ b/apps/dav/l10n/it.json @@ -0,0 +1,15 @@ +{ "translations": { + "Contact birthdays" : "Date di nascita dei contatti", + "Personal" : "Personale", + "Contacts" : "Contatti", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Type: %s" : "Tipo: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js new file mode 100644 index 00000000000..5a4ddbf3769 --- /dev/null +++ b/apps/dav/l10n/pl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "dav", + { + "Personal" : "Osobiste", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Type: %s" : "Typ: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json new file mode 100644 index 00000000000..4b68fa6df5f --- /dev/null +++ b/apps/dav/l10n/pl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Personal" : "Osobiste", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Type: %s" : "Typ: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js new file mode 100644 index 00000000000..f3de7bb7da7 --- /dev/null +++ b/apps/dav/l10n/zh_TW.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "聯絡人生日", + "Personal" : "個人", + "Contacts" : "聯絡人", + "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" : "追蹤" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json new file mode 100644 index 00000000000..0a85789fe54 --- /dev/null +++ b/apps/dav/l10n/zh_TW.json @@ -0,0 +1,15 @@ +{ "translations": { + "Contact birthdays" : "聯絡人生日", + "Personal" : "個人", + "Contacts" : "聯絡人", + "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" : "追蹤" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 85d6c343fbb..5427ed73de1 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -25,7 +25,7 @@ OC.L10N.register( "Save" : "Сохранить", "Empty response from the server" : "Пустой ответ от сервера", "Couldn't access. Please logout and login to activate this mount point" : "Не удалось получить доступ. Пожалуйста, выйти и войдите чтобы активировать эту точку монтирования", - "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера OwnCloud: {code} {type}", + "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера Nextcloud: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}", "There was an error with message: " : "Обнаружена ошибка с сообщением:", "External mount error" : "Ошибка внешнего монтирования", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index 273fb65409f..93451063a57 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -23,7 +23,7 @@ "Save" : "Сохранить", "Empty response from the server" : "Пустой ответ от сервера", "Couldn't access. Please logout and login to activate this mount point" : "Не удалось получить доступ. Пожалуйста, выйти и войдите чтобы активировать эту точку монтирования", - "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера OwnCloud: {code} {type}", + "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера Nextcloud: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}", "There was an error with message: " : "Обнаружена ошибка с сообщением:", "External mount error" : "Ошибка внешнего монтирования", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 85c541c2bc8..7a36982e2ec 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -114,10 +114,12 @@ OC.L10N.register( "Remote share" : "Recurso compartido remoto", "Remote share password" : "Contraseña del recurso compartido remoto", "Cancel" : "Cancelar", + "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}", "Invalid ownCloud url" : "URL de ownCloud no válida", "You received \"/%2$s\" as a remote share from %1$s" : "Has recibido \"/%2$s\" como recurso compartido remoto de %1$s", "Accept" : "Aceptar", "Decline" : "Rechazar", + "Open documentation" : "Documentación abierta", "Allow users on this server to send shares to other servers" : "Permitir a usuarios de este servidor compartir con usuarios de otros servidores", "Allow users on this server to receive shares from other servers" : "Permitir a usuarios de este servidor recibir recursos compartidos de usuarios de otros servidores", "Federated Cloud" : "Nube Federada", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 3673bfdd0df..a0504544e7c 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -112,10 +112,12 @@ "Remote share" : "Recurso compartido remoto", "Remote share password" : "Contraseña del recurso compartido remoto", "Cancel" : "Cancelar", + "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}", "Invalid ownCloud url" : "URL de ownCloud no válida", "You received \"/%2$s\" as a remote share from %1$s" : "Has recibido \"/%2$s\" como recurso compartido remoto de %1$s", "Accept" : "Aceptar", "Decline" : "Rechazar", + "Open documentation" : "Documentación abierta", "Allow users on this server to send shares to other servers" : "Permitir a usuarios de este servidor compartir con usuarios de otros servidores", "Allow users on this server to receive shares from other servers" : "Permitir a usuarios de este servidor recibir recursos compartidos de usuarios de otros servidores", "Federated Cloud" : "Nube Federada", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index c8baece5993..338ef8d45d4 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -14,6 +14,7 @@ OC.L10N.register( "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", "Invalid server URL" : "Неверный URL сервера", "Failed to add the public link to your Nextcloud" : "Не получилось добавить публичную ссылку на ваш Nextcloud", + "Share" : "Открыть доступ", "No expiration date set" : "Дата истечения не установлена", "Shared by" : "Поделился", "Sharing" : "Общий доступ", @@ -117,7 +118,7 @@ OC.L10N.register( "Cancel" : "Отмена", "Add remote share" : "Добавить удалённый общий ресурс", "No ownCloud installation (7 or higher) found at {remote}" : "На удаленном ресурсе {remote} не установлен ownCloud версии 7 или выше", - "Invalid ownCloud url" : "Неверный адрес ownCloud", + "Invalid ownCloud url" : "Неверный адрес Nextcloud", "You received \"/%2$s\" as a remote share from %1$s" : "Вы получили \"/%2$s\" в качестве удалённого ресурса из %1$s", "Accept" : "Принять", "Decline" : "Отклонить", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 838e3fbe6c0..d46d2a19435 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -12,6 +12,7 @@ "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", "Invalid server URL" : "Неверный URL сервера", "Failed to add the public link to your Nextcloud" : "Не получилось добавить публичную ссылку на ваш Nextcloud", + "Share" : "Открыть доступ", "No expiration date set" : "Дата истечения не установлена", "Shared by" : "Поделился", "Sharing" : "Общий доступ", @@ -115,7 +116,7 @@ "Cancel" : "Отмена", "Add remote share" : "Добавить удалённый общий ресурс", "No ownCloud installation (7 or higher) found at {remote}" : "На удаленном ресурсе {remote} не установлен ownCloud версии 7 или выше", - "Invalid ownCloud url" : "Неверный адрес ownCloud", + "Invalid ownCloud url" : "Неверный адрес Nextcloud", "You received \"/%2$s\" as a remote share from %1$s" : "Вы получили \"/%2$s\" в качестве удалённого ресурса из %1$s", "Accept" : "Принять", "Decline" : "Отклонить", diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index bc0d9b0e814..4818e48183b 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -1,13 +1,6 @@ OC.L10N.register( "files_sharing", { - "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", - "The mountpoint name contains invalid characters." : "掛載的名稱含有不合法的字元", - "Not allowed to create a federated share with the same user server" : "不允許在同一個使用者伺服器建立聯盟式分享", - "Invalid or untrusted SSL certificate" : "無效或是不信任的 SSL憑證", - "Could not authenticate to remote share, password might be wrong" : "無法驗證遠端分享,可能是密碼錯誤", - "Storage not valid" : "儲存空間無法使用", - "Couldn't add remote share" : "無法加入遠端分享", "Shared with you" : "與您分享", "Shared with others" : "與其他人分享", "Shared by link" : "由連結分享", @@ -17,16 +10,35 @@ OC.L10N.register( "Files and folders you share will show up here" : "您分享的檔案與資料夾將會顯示在這裡", "No shared links" : "沒有已分享的連結", "Files and folders you share by link will show up here" : "您分享的檔案與資料夾連結將會顯示在這裡", - "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", - "Remote share" : "遠端分享", - "Remote share password" : "遠端分享密碼", - "Cancel" : "取消", - "Add remote share" : "加入遠端分享", "You can upload into this folder" : "你可以上傳內容到此資料夾", - "No ownCloud installation (7 or higher) found at {remote}" : "沒有在 {remote} 找到 ownCloud (本版7 或 更新版)", - "Invalid ownCloud url" : "無效的 ownCloud URL", + "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", + "Share" : "分享", + "No expiration date set" : "未指定到期日", "Shared by" : "分享自", "Sharing" : "分享", + "Wrong share ID, share doesn't exist" : "錯誤的分享 ID ,分享不存在", + "could not delete share" : "無法刪除分享", + "Could not delete share" : "無法刪除分享", + "Please specify a file or folder path" : "請指定檔案或資料夾路徑", + "Wrong path, file/folder doesn't exist" : "錯誤的路徑,該檔案或資料夾不存在", + "Could not create share" : "無法建立分享", + "invalid permissions" : "無效的權限", + "Please specify a valid user" : "請選擇一個有效的使用者", + "Group sharing is disabled by the administrator" : "群組分享已被管理員停用", + "Please specify a valid group" : "請指定一個有效的群組", + "Public link sharing is disabled by the administrator" : "公開連結分享已被管理員停用", + "Public upload disabled by the administrator" : "公開上傳已被管理員停用", + "Public upload is only possible for publicly shared folders" : "只有公開分享的資料夾可以接受公開上傳", + "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", + "Sharing %s failed because the back end does not allow shares from type %s" : "分享 %s 失敗,因為後端不允許來自 %s 類型的分享", + "Unknown share type" : "未知的分享類型", + "Not a directory" : "這不是一個資料夾", + "Could not lock path" : "無法鎖定路徑", + "Wrong or no update parameter given" : "更新參數不正確或未提供", + "Can't change permissions for public share links" : "無法由公開分享的連結變更權限", + "Cannot increase permissions" : "無法增加權限", "A file or folder has been <strong>shared</strong>" : "檔案或目錄已被 <strong>分享</strong>", "A file or folder was shared from <strong>another server</strong>" : "檔案或目錄已被 <strong>其他伺服器</strong> 分享", "A public shared file or folder was <strong>downloaded</strong>" : "共享檔案或目錄已被 <strong>下載</strong>", @@ -43,6 +55,10 @@ OC.L10N.register( "%2$s shared %1$s with group %3$s" : "%2$s 與群組 %3$s 分享了 %1$s", "%2$s shared %1$s via link" : "%2$s 透過連結分享了 %1$s ", "You shared %1$s via link" : "您以連結分享了 %1$s", + "You removed the public link for %1$s" : "您刪除了 %1$s 的公開分享連結", + "%2$s removed the public link for %1$s" : "%2$s 刪除了 %1$s 的公開分享連結", + "Your public link for %1$s expired" : "您在 %1$s 的公開連結失效了", + "The public link of %2$s for %1$s expired" : "%2$s 的公開連結(給 %1$s )失效了", "%2$s shared %1$s with you" : "%2$s 與您分享了 %1$s", "Downloaded via public link" : "透過公用連結下載", "Shared with %2$s" : "與 %2$s 分享", @@ -51,23 +67,60 @@ OC.L10N.register( "Shared with group %3$s by %2$s" : "透過 %2$s 與群組 %3$s 分享", "Shared via link by %2$s" : "%2$s 透過連結分享", "Shared via public link" : "透過公用連結分享", + "Removed public link" : "刪除公開連結", + "%2$s removed public link" : "%2$s 刪除了公開連結", + "Public link expired" : "公開連結已過期", + "Public link of %2$s expired" : "%2$s 的公開連結過期了", "Shared by %2$s" : "由 %2$s 分享", "Shares" : "分享", + "Share API is disabled" : "分享 API 已停用", "This share is password-protected" : "這個分享有密碼保護", "The password is wrong. Try again." : "請檢查您的密碼並再試一次", "Password" : "密碼", "No entries found in this folder" : "在此資料夾中沒有任何項目", "Name" : "名稱", "Share time" : "分享時間", + "Expiration date" : "到期日", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Reasons might be:" : "可能的原因:", "the item was removed" : "項目已經移除", "the link expired" : "連結過期", "sharing is disabled" : "分享功能已停用", "For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多", - "Add to your ownCloud" : "加入到你的 ownCloud", + "Add to your Nextcloud" : "加入到您的 Nextcloud", "Download" : "下載", "Download %s" : "下載 %s", - "Direct link" : "直接連結" + "Direct link" : "直接連結", + "Upload files to %s" : "上傳檔案到 %s", + "Select or drop files" : "選擇或拖曳檔案至此", + "Uploading files…" : "上傳檔案中…", + "Uploaded files:" : "已上傳的檔案:", + "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", + "The mountpoint name contains invalid characters." : "掛載點名稱含有不合法的字元", + "Not allowed to create a federated share with the same user server" : "不允許在同一個使用者伺服器建立分享聯盟", + "Invalid or untrusted SSL certificate" : "無效或是不信任的 SSL憑證", + "Could not authenticate to remote share, password might be wrong" : "無法驗證遠端分享,可能是密碼錯誤", + "Storage not valid" : "儲存空間無效", + "Couldn't add remote share" : "無法加入遠端分享", + "Federated sharing" : "分享聯盟", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", + "Remote share" : "遠端分享", + "Remote share password" : "遠端分享密碼", + "Cancel" : "取消", + "Add remote share" : "加入遠端分享", + "No ownCloud installation (7 or higher) found at {remote}" : "沒有在 {remote} 找到 ownCloud (版本 7 以上)", + "Invalid ownCloud url" : "無效的 ownCloud URL", + "Accept" : "接受", + "Decline" : "拒絕", + "Federated Cloud Sharing" : "雲端分享聯盟", + "Open documentation" : "開啟說明文件", + "Allow users on this server to send shares to other servers" : "允許這台伺服器上的使用者發送分享給其他伺服器", + "Allow users on this server to receive shares from other servers" : "允許這台伺服器上的使用者發送接收來自其他伺服器的分享", + "Federated Cloud" : "雲端聯盟", + "Your Federated Cloud ID:" : "您的雲端聯盟 ID:", + "Share it:" : "分享它:", + "Add to your website" : "新增至您的網站", + "Share with me via Nextcloud" : "透過 Nextcloud 與我分享", + "HTML Code:" : "HTML Code:" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index ecd6a27ed5d..26bca922762 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -1,11 +1,4 @@ { "translations": { - "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", - "The mountpoint name contains invalid characters." : "掛載的名稱含有不合法的字元", - "Not allowed to create a federated share with the same user server" : "不允許在同一個使用者伺服器建立聯盟式分享", - "Invalid or untrusted SSL certificate" : "無效或是不信任的 SSL憑證", - "Could not authenticate to remote share, password might be wrong" : "無法驗證遠端分享,可能是密碼錯誤", - "Storage not valid" : "儲存空間無法使用", - "Couldn't add remote share" : "無法加入遠端分享", "Shared with you" : "與您分享", "Shared with others" : "與其他人分享", "Shared by link" : "由連結分享", @@ -15,16 +8,35 @@ "Files and folders you share will show up here" : "您分享的檔案與資料夾將會顯示在這裡", "No shared links" : "沒有已分享的連結", "Files and folders you share by link will show up here" : "您分享的檔案與資料夾連結將會顯示在這裡", - "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", - "Remote share" : "遠端分享", - "Remote share password" : "遠端分享密碼", - "Cancel" : "取消", - "Add remote share" : "加入遠端分享", "You can upload into this folder" : "你可以上傳內容到此資料夾", - "No ownCloud installation (7 or higher) found at {remote}" : "沒有在 {remote} 找到 ownCloud (本版7 或 更新版)", - "Invalid ownCloud url" : "無效的 ownCloud URL", + "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", + "Share" : "分享", + "No expiration date set" : "未指定到期日", "Shared by" : "分享自", "Sharing" : "分享", + "Wrong share ID, share doesn't exist" : "錯誤的分享 ID ,分享不存在", + "could not delete share" : "無法刪除分享", + "Could not delete share" : "無法刪除分享", + "Please specify a file or folder path" : "請指定檔案或資料夾路徑", + "Wrong path, file/folder doesn't exist" : "錯誤的路徑,該檔案或資料夾不存在", + "Could not create share" : "無法建立分享", + "invalid permissions" : "無效的權限", + "Please specify a valid user" : "請選擇一個有效的使用者", + "Group sharing is disabled by the administrator" : "群組分享已被管理員停用", + "Please specify a valid group" : "請指定一個有效的群組", + "Public link sharing is disabled by the administrator" : "公開連結分享已被管理員停用", + "Public upload disabled by the administrator" : "公開上傳已被管理員停用", + "Public upload is only possible for publicly shared folders" : "只有公開分享的資料夾可以接受公開上傳", + "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", + "Sharing %s failed because the back end does not allow shares from type %s" : "分享 %s 失敗,因為後端不允許來自 %s 類型的分享", + "Unknown share type" : "未知的分享類型", + "Not a directory" : "這不是一個資料夾", + "Could not lock path" : "無法鎖定路徑", + "Wrong or no update parameter given" : "更新參數不正確或未提供", + "Can't change permissions for public share links" : "無法由公開分享的連結變更權限", + "Cannot increase permissions" : "無法增加權限", "A file or folder has been <strong>shared</strong>" : "檔案或目錄已被 <strong>分享</strong>", "A file or folder was shared from <strong>another server</strong>" : "檔案或目錄已被 <strong>其他伺服器</strong> 分享", "A public shared file or folder was <strong>downloaded</strong>" : "共享檔案或目錄已被 <strong>下載</strong>", @@ -41,6 +53,10 @@ "%2$s shared %1$s with group %3$s" : "%2$s 與群組 %3$s 分享了 %1$s", "%2$s shared %1$s via link" : "%2$s 透過連結分享了 %1$s ", "You shared %1$s via link" : "您以連結分享了 %1$s", + "You removed the public link for %1$s" : "您刪除了 %1$s 的公開分享連結", + "%2$s removed the public link for %1$s" : "%2$s 刪除了 %1$s 的公開分享連結", + "Your public link for %1$s expired" : "您在 %1$s 的公開連結失效了", + "The public link of %2$s for %1$s expired" : "%2$s 的公開連結(給 %1$s )失效了", "%2$s shared %1$s with you" : "%2$s 與您分享了 %1$s", "Downloaded via public link" : "透過公用連結下載", "Shared with %2$s" : "與 %2$s 分享", @@ -49,23 +65,60 @@ "Shared with group %3$s by %2$s" : "透過 %2$s 與群組 %3$s 分享", "Shared via link by %2$s" : "%2$s 透過連結分享", "Shared via public link" : "透過公用連結分享", + "Removed public link" : "刪除公開連結", + "%2$s removed public link" : "%2$s 刪除了公開連結", + "Public link expired" : "公開連結已過期", + "Public link of %2$s expired" : "%2$s 的公開連結過期了", "Shared by %2$s" : "由 %2$s 分享", "Shares" : "分享", + "Share API is disabled" : "分享 API 已停用", "This share is password-protected" : "這個分享有密碼保護", "The password is wrong. Try again." : "請檢查您的密碼並再試一次", "Password" : "密碼", "No entries found in this folder" : "在此資料夾中沒有任何項目", "Name" : "名稱", "Share time" : "分享時間", + "Expiration date" : "到期日", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Reasons might be:" : "可能的原因:", "the item was removed" : "項目已經移除", "the link expired" : "連結過期", "sharing is disabled" : "分享功能已停用", "For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多", - "Add to your ownCloud" : "加入到你的 ownCloud", + "Add to your Nextcloud" : "加入到您的 Nextcloud", "Download" : "下載", "Download %s" : "下載 %s", - "Direct link" : "直接連結" + "Direct link" : "直接連結", + "Upload files to %s" : "上傳檔案到 %s", + "Select or drop files" : "選擇或拖曳檔案至此", + "Uploading files…" : "上傳檔案中…", + "Uploaded files:" : "已上傳的檔案:", + "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", + "The mountpoint name contains invalid characters." : "掛載點名稱含有不合法的字元", + "Not allowed to create a federated share with the same user server" : "不允許在同一個使用者伺服器建立分享聯盟", + "Invalid or untrusted SSL certificate" : "無效或是不信任的 SSL憑證", + "Could not authenticate to remote share, password might be wrong" : "無法驗證遠端分享,可能是密碼錯誤", + "Storage not valid" : "儲存空間無效", + "Couldn't add remote share" : "無法加入遠端分享", + "Federated sharing" : "分享聯盟", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", + "Remote share" : "遠端分享", + "Remote share password" : "遠端分享密碼", + "Cancel" : "取消", + "Add remote share" : "加入遠端分享", + "No ownCloud installation (7 or higher) found at {remote}" : "沒有在 {remote} 找到 ownCloud (版本 7 以上)", + "Invalid ownCloud url" : "無效的 ownCloud URL", + "Accept" : "接受", + "Decline" : "拒絕", + "Federated Cloud Sharing" : "雲端分享聯盟", + "Open documentation" : "開啟說明文件", + "Allow users on this server to send shares to other servers" : "允許這台伺服器上的使用者發送分享給其他伺服器", + "Allow users on this server to receive shares from other servers" : "允許這台伺服器上的使用者發送接收來自其他伺服器的分享", + "Federated Cloud" : "雲端聯盟", + "Your Federated Cloud ID:" : "您的雲端聯盟 ID:", + "Share it:" : "分享它:", + "Add to your website" : "新增至您的網站", + "Share with me via Nextcloud" : "透過 Nextcloud 與我分享", + "HTML Code:" : "HTML Code:" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/es.js b/apps/twofactor_backupcodes/l10n/es.js index 5769dc6bedf..c7018056f7f 100644 --- a/apps/twofactor_backupcodes/l10n/es.js +++ b/apps/twofactor_backupcodes/l10n/es.js @@ -11,6 +11,7 @@ OC.L10N.register( "An error occurred while generating your backup codes" : "Ha ocurrido un error mientras se generaban los códigos de respaldo.", "Nextcloud backup codes" : "Códigos de respaldo de Nextcloud", "Backup code" : "Código de respaldo", - "Use backup code" : "Usar código de respaldo" + "Use backup code" : "Usar código de respaldo", + "Second-factor backup codes" : "Codigo de copia de seguridad de segundo-factor" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/es.json b/apps/twofactor_backupcodes/l10n/es.json index 6597f9dae85..963aa4763e0 100644 --- a/apps/twofactor_backupcodes/l10n/es.json +++ b/apps/twofactor_backupcodes/l10n/es.json @@ -9,6 +9,7 @@ "An error occurred while generating your backup codes" : "Ha ocurrido un error mientras se generaban los códigos de respaldo.", "Nextcloud backup codes" : "Códigos de respaldo de Nextcloud", "Backup code" : "Código de respaldo", - "Use backup code" : "Usar código de respaldo" + "Use backup code" : "Usar código de respaldo", + "Second-factor backup codes" : "Codigo de copia de seguridad de segundo-factor" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/workflowengine/l10n/ru.js b/apps/workflowengine/l10n/ru.js new file mode 100644 index 00000000000..e9fa5e1983c --- /dev/null +++ b/apps/workflowengine/l10n/ru.js @@ -0,0 +1,59 @@ +OC.L10N.register( + "workflowengine", + { + "Successfully saved" : "Успешно сохранено", + "Saving failed:" : "Ошибка при сохранении", + "File mime type" : "Mime-типы", + "is" : "есть", + "is not" : "не", + "matches" : "соответствия", + "Example: {placeholder}" : "Пример: {placeholder}", + "File size (upload)" : "Размер файла (загрузка)", + "less" : "Меньше", + "less or equals" : "меньше либо равно", + "greater or equals" : "больше либо равно", + "greater" : "больше", + "Select tag…" : "Выбрать метку...", + "Request remote address" : "Запрос удаленного адреса", + "matches IPv4" : "соответствует IPv4", + "does not match IPv4" : "не соответствует IPv4", + "Request time" : "Время запроса", + "between" : "между", + "not between" : "не между", + "Start" : "Начало", + "End" : "Конец", + "Select timezone…" : "Выберите часовой пояс", + "Request URL" : "URL запроса", + "Predefined URLs" : "Предопределенные URL", + "Files WebDAV" : "Файлы WebDAV", + "Sync clients" : "Синхронизирующиеся клиенты", + "Android client" : "Андроид клиент", + "iOS client" : "iOS клиент", + "Desktop client" : "Клиент на ПК", + "User group membership" : "Член группы пользователей", + "is member of" : "является членом", + "is not member of" : "не является членом", + "The given operator is invalid" : "Представленный оператор не верный", + "The given regular expression is invalid" : "Представленное регулярное выражение не верное", + "The given file size is invalid" : "Не верный размер файла", + "The given tag id is invalid" : "Представленный тег не верный", + "The given IP range is invalid" : "Не верный диапазон IP адресов", + "The given IP range is not valid for IPv4" : "Представленный диапазон IP не соответствует IPv4", + "The given IP range is not valid for IPv6" : "Представленный диапазон IP не соответствует IPv6", + "The given time span is invalid" : "Указан не верный промежуток времени", + "The given start time is invalid" : "Указано не верное начальное время", + "The given end time is invalid" : "Указано не верное конечное время", + "The given group does not exist" : "Указанная группа не существует", + "Operation #%s does not exist" : "Оператор #%s не существует", + "Operation %s does not exist" : "Оператор %s не существует", + "Workflow" : "Рабочий процесс", + "Open documentation" : "Открыть документацию", + "Add rule group" : "Добавить группу правил", + "Short rule description" : "Краткое описание правила", + "Add rule" : "Добавить правило", + "Reset" : "Сбросить", + "Save" : "Сохранить", + "Saving…" : "Сохранение...", + "Loading…" : "Загрузка..." +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/workflowengine/l10n/ru.json b/apps/workflowengine/l10n/ru.json new file mode 100644 index 00000000000..be57771b22f --- /dev/null +++ b/apps/workflowengine/l10n/ru.json @@ -0,0 +1,57 @@ +{ "translations": { + "Successfully saved" : "Успешно сохранено", + "Saving failed:" : "Ошибка при сохранении", + "File mime type" : "Mime-типы", + "is" : "есть", + "is not" : "не", + "matches" : "соответствия", + "Example: {placeholder}" : "Пример: {placeholder}", + "File size (upload)" : "Размер файла (загрузка)", + "less" : "Меньше", + "less or equals" : "меньше либо равно", + "greater or equals" : "больше либо равно", + "greater" : "больше", + "Select tag…" : "Выбрать метку...", + "Request remote address" : "Запрос удаленного адреса", + "matches IPv4" : "соответствует IPv4", + "does not match IPv4" : "не соответствует IPv4", + "Request time" : "Время запроса", + "between" : "между", + "not between" : "не между", + "Start" : "Начало", + "End" : "Конец", + "Select timezone…" : "Выберите часовой пояс", + "Request URL" : "URL запроса", + "Predefined URLs" : "Предопределенные URL", + "Files WebDAV" : "Файлы WebDAV", + "Sync clients" : "Синхронизирующиеся клиенты", + "Android client" : "Андроид клиент", + "iOS client" : "iOS клиент", + "Desktop client" : "Клиент на ПК", + "User group membership" : "Член группы пользователей", + "is member of" : "является членом", + "is not member of" : "не является членом", + "The given operator is invalid" : "Представленный оператор не верный", + "The given regular expression is invalid" : "Представленное регулярное выражение не верное", + "The given file size is invalid" : "Не верный размер файла", + "The given tag id is invalid" : "Представленный тег не верный", + "The given IP range is invalid" : "Не верный диапазон IP адресов", + "The given IP range is not valid for IPv4" : "Представленный диапазон IP не соответствует IPv4", + "The given IP range is not valid for IPv6" : "Представленный диапазон IP не соответствует IPv6", + "The given time span is invalid" : "Указан не верный промежуток времени", + "The given start time is invalid" : "Указано не верное начальное время", + "The given end time is invalid" : "Указано не верное конечное время", + "The given group does not exist" : "Указанная группа не существует", + "Operation #%s does not exist" : "Оператор #%s не существует", + "Operation %s does not exist" : "Оператор %s не существует", + "Workflow" : "Рабочий процесс", + "Open documentation" : "Открыть документацию", + "Add rule group" : "Добавить группу правил", + "Short rule description" : "Краткое описание правила", + "Add rule" : "Добавить правило", + "Reset" : "Сбросить", + "Save" : "Сохранить", + "Saving…" : "Сохранение...", + "Loading…" : "Загрузка..." +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +}
\ No newline at end of file |