From 3f40bb69f8c565a4c32f7452d8845936316377bb Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 10 Oct 2016 00:06:58 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/dav/l10n/it.js | 17 +++++ apps/dav/l10n/it.json | 15 +++++ apps/dav/l10n/pl.js | 15 +++++ apps/dav/l10n/pl.json | 13 ++++ apps/dav/l10n/zh_TW.js | 17 +++++ apps/dav/l10n/zh_TW.json | 15 +++++ apps/files_external/l10n/ru.js | 2 +- apps/files_external/l10n/ru.json | 2 +- apps/files_sharing/l10n/es.js | 2 + apps/files_sharing/l10n/es.json | 2 + apps/files_sharing/l10n/ru.js | 3 +- apps/files_sharing/l10n/ru.json | 3 +- apps/files_sharing/l10n/zh_TW.js | 85 ++++++++++++++++++++----- apps/files_sharing/l10n/zh_TW.json | 85 ++++++++++++++++++++----- apps/twofactor_backupcodes/l10n/es.js | 3 +- apps/twofactor_backupcodes/l10n/es.json | 3 +- apps/workflowengine/l10n/ru.js | 59 +++++++++++++++++ apps/workflowengine/l10n/ru.json | 57 +++++++++++++++++ core/l10n/es.js | 1 + core/l10n/es.json | 1 + core/l10n/it.js | 1 + core/l10n/it.json | 1 + core/l10n/pl.js | 2 + core/l10n/pl.json | 2 + core/l10n/zh_TW.js | 2 +- core/l10n/zh_TW.json | 2 +- settings/l10n/es.js | 2 + settings/l10n/es.json | 2 + 28 files changed, 374 insertions(+), 40 deletions(-) create mode 100644 apps/dav/l10n/it.js create mode 100644 apps/dav/l10n/it.json create mode 100644 apps/dav/l10n/pl.js create mode 100644 apps/dav/l10n/pl.json create mode 100644 apps/dav/l10n/zh_TW.js create mode 100644 apps/dav/l10n/zh_TW.json create mode 100644 apps/workflowengine/l10n/ru.js create mode 100644 apps/workflowengine/l10n/ru.json diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js new file mode 100644 index 0000000000..97ecaa4930 --- /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 0000000000..d6c6420a91 --- /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 0000000000..5a4ddbf376 --- /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 0000000000..4b68fa6df5 --- /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 0000000000..f3de7bb7da --- /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 0000000000..0a85789fe5 --- /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 85d6c343fb..5427ed73de 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 273fb65409..93451063a5 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 85c541c2bc..7a36982e2e 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 3673bfdd0d..a0504544e7 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 c8baece599..338ef8d45d 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 838e3fbe6c..d46d2a1943 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 bc0d9b0e81..4818e48183 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 shared" : "檔案或目錄已被 分享", "A file or folder was shared from another server" : "檔案或目錄已被 其他伺服器 分享", "A public shared file or folder was downloaded" : "共享檔案或目錄已被 下載", @@ -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 ecd6a27ed5..26bca92276 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 shared" : "檔案或目錄已被 分享", "A file or folder was shared from another server" : "檔案或目錄已被 其他伺服器 分享", "A public shared file or folder was downloaded" : "共享檔案或目錄已被 下載", @@ -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 5769dc6bed..c7018056f7 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 6597f9dae8..963aa4763e 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 0000000000..e9fa5e1983 --- /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 0000000000..be57771b22 --- /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 diff --git a/core/l10n/es.js b/core/l10n/es.js index 8e812fd4cf..7bf5467f05 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -90,6 +90,7 @@ OC.L10N.register( "Dec." : "Dic.", "There were problems with the code integrity check. More information…" : "Ha habido problemas durante la comprobación de la integridad del código. Más información…", "Settings" : "Ajustes", + "Connection to server lost" : "Perdida la conexión al server", "Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos", "Saving..." : "Guardando...", "Dismiss" : "Descartar", diff --git a/core/l10n/es.json b/core/l10n/es.json index d03806edf4..d5add148d6 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -88,6 +88,7 @@ "Dec." : "Dic.", "There were problems with the code integrity check. More information…" : "Ha habido problemas durante la comprobación de la integridad del código. Más información…", "Settings" : "Ajustes", + "Connection to server lost" : "Perdida la conexión al server", "Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos", "Saving..." : "Guardando...", "Dismiss" : "Descartar", diff --git a/core/l10n/it.js b/core/l10n/it.js index 67403c6c96..8765d97ae9 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -90,6 +90,7 @@ OC.L10N.register( "Dec." : "Dic.", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", "Settings" : "Impostazioni", + "Connection to server lost" : "Connessione al server interrotta", "Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi", "Saving..." : "Salvataggio in corso...", "Dismiss" : "Annulla", diff --git a/core/l10n/it.json b/core/l10n/it.json index 8fc5c52346..0eed339dc6 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -88,6 +88,7 @@ "Dec." : "Dic.", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", "Settings" : "Impostazioni", + "Connection to server lost" : "Connessione al server interrotta", "Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi", "Saving..." : "Salvataggio in corso...", "Dismiss" : "Annulla", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 753ce80d3f..3efee9484f 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -135,6 +135,7 @@ OC.L10N.register( "Expiration date" : "Data wygaśnięcia", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", "Copied!" : "Skopiowano!", + "Not supported!" : "Brak wsparcia!", "Press ⌘-C to copy." : "Wciśnij ⌘-C by skopiować.", "Press Ctrl-C to copy." : "Wciśnij Ctrl-C by skopiować,", "Resharing is not allowed" : "Współdzielenie nie jest możliwe", @@ -142,6 +143,7 @@ OC.L10N.register( "Link" : "Odnośnik", "Password protect" : "Zabezpiecz hasłem", "Password" : "Hasło", + "Hide file listing" : "Schowaj listę plików", "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail", "Send" : "Wyślij", "Sending ..." : "Wysyłanie...", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index c3e4e15111..566e6cf6fe 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -133,6 +133,7 @@ "Expiration date" : "Data wygaśnięcia", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", "Copied!" : "Skopiowano!", + "Not supported!" : "Brak wsparcia!", "Press ⌘-C to copy." : "Wciśnij ⌘-C by skopiować.", "Press Ctrl-C to copy." : "Wciśnij Ctrl-C by skopiować,", "Resharing is not allowed" : "Współdzielenie nie jest możliwe", @@ -140,6 +141,7 @@ "Link" : "Odnośnik", "Password protect" : "Zabezpiecz hasłem", "Password" : "Hasło", + "Hide file listing" : "Schowaj listę plików", "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail", "Send" : "Wyślij", "Sending ..." : "Wysyłanie...", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 06dd157454..2073b00676 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -123,7 +123,7 @@ OC.L10N.register( "Strong password" : "密碼強度極佳", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題", "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤", - "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和您的檔案可能從網路網路被存取,使.htaccess 檔案無法發揮效果,我們強烈建議您配置您的網頁伺服器讓資料目錄不再被訪問存取或者將您的資料目錄移出網頁伺服器根目錄。", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 檔案並未生效,我們強烈建議您設定您的網頁伺服器,拒絕資料目錄的公開存取,或者將您的資料目錄移出網頁伺服器根目錄。", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 標頭配置與 \"{expected}\"不一樣,這是一個潛在安全性或者隱私上的風險,因此我們建議您調整此設定", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您正在藉由 HTTP 訪問此網站,如我們的安全性提示所述,我們強烈建議設定您的伺服器須要求使用 HTTPS", "Shared" : "已分享", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 1d17bec5a3..fb87bc9feb 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -121,7 +121,7 @@ "Strong password" : "密碼強度極佳", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題", "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤", - "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和您的檔案可能從網路網路被存取,使.htaccess 檔案無法發揮效果,我們強烈建議您配置您的網頁伺服器讓資料目錄不再被訪問存取或者將您的資料目錄移出網頁伺服器根目錄。", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 檔案並未生效,我們強烈建議您設定您的網頁伺服器,拒絕資料目錄的公開存取,或者將您的資料目錄移出網頁伺服器根目錄。", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 標頭配置與 \"{expected}\"不一樣,這是一個潛在安全性或者隱私上的風險,因此我們建議您調整此設定", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您正在藉由 HTTP 訪問此網站,如我們的安全性提示所述,我們強烈建議設定您的伺服器須要求使用 HTTPS", "Shared" : "已分享", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 0fbfb4213d..20388f8eb6 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -90,6 +90,7 @@ OC.L10N.register( "This session" : "Esta sesión", "Copied!" : "¡Copiado!", "Not supported!" : "¡No se puede!", + "Press ⌘-C to copy." : "Presionar ⌘-C para copiar.", "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.", "Error while loading browser sessions and device tokens" : "Error al cargar sesiones de navegador y \"tokens\" de dispositivos", "Error while creating device token" : "Error al crear \"token\" de dispositivo", @@ -323,6 +324,7 @@ OC.L10N.register( "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", "Default" : "Predeterminado", + "Add Group" : "Agregar grupo", "Full Name" : "Nombre completo", "Last Login" : "Último inicio de sesión", "APCu" : "APCu", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 9748e67b8c..ccad120b78 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -88,6 +88,7 @@ "This session" : "Esta sesión", "Copied!" : "¡Copiado!", "Not supported!" : "¡No se puede!", + "Press ⌘-C to copy." : "Presionar ⌘-C para copiar.", "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.", "Error while loading browser sessions and device tokens" : "Error al cargar sesiones de navegador y \"tokens\" de dispositivos", "Error while creating device token" : "Error al crear \"token\" de dispositivo", @@ -321,6 +322,7 @@ "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", "Default" : "Predeterminado", + "Add Group" : "Agregar grupo", "Full Name" : "Nombre completo", "Last Login" : "Último inicio de sesión", "APCu" : "APCu",