[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-09-03 01:55:23 -04:00
parent e7314b3ad8
commit 189f4044dd
6 changed files with 192 additions and 16 deletions

View File

@ -2,6 +2,7 @@ OC.L10N.register(
"core",
{
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
"Preparing update" : "Preparant l'actualització",
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
@ -13,6 +14,7 @@ OC.L10N.register(
"Repair error: " : "Error de reparació:",
"Following incompatible apps have been disabled: %s" : "Les següents apps incompatibles s'han deshabilitat: %s",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"File is too big" : "El fitxer és massa gran",
"Invalid file provided" : "L'arxiu proporcionat no és vàlid",
"No image or file provided" : "No s'han proporcionat imatges o fitxers",
@ -36,6 +38,13 @@ OC.L10N.register(
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
@ -90,7 +99,14 @@ OC.L10N.register(
"So-so password" : "Contrasenya passable",
"Good password" : "Contrasenya bona",
"Strong password" : "Contrasenya forta",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
"This server has no working Internet connection. 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. We suggest to enable Internet connection for this server if you want to have all features." : "Aquest servidor no té connexió a internet. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques.",
"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." : "La carpeta de dades i els vostres fitxers probablement són accessibles des d'Internet. El fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "No hi ha configurada cap memòria cau. Per millorar el rendiment configureu una memòria cau si està disponible. Podeu trobar més informació a la <a href=\"{docLink}\">documentació</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "PHP no pot llegir /dev/urandom, cosa poc recomanable per raons de seguretat. Podeu trobar més informació a la <a href=\"{docLink}\">documentació</a>.",
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "La versió de PHP ({version}) ja no està <a href=\"{phpLink}\">mantinguda per PHP</a>. Us recomanem que actualitzeu la versió per gaudir de les millores de rendiment i seguretat proporcionades per PHP.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als <a href=\"{docUrl}\">consells de seguretat</a>",
"Shared" : "Compartit",
"Shared with {recipients}" : "Compartit amb {recipients}",
"Error" : "Error",
@ -155,6 +171,7 @@ OC.L10N.register(
"The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.",
"The update was successful. Redirecting you to ownCloud now." : "L'actualització ha estat correcte. Ara us redirigim a ownCloud.",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
"Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar el correu de restabliment perquè no hi ha cap correu electrònic per aquest usuari. Contacteu amb l'administrador.",
"%s password reset" : "restableix la contrasenya %s",
@ -196,6 +213,7 @@ OC.L10N.register(
"Message: %s" : "Missatge: %s",
"File: %s" : "Fitxer: %s",
"Line: %s" : "Línia: %s",
"Trace" : "Traça",
"Security warning" : "Advertiment de seguretat",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." : "Per informació de com configurar el servidor, comproveu la <a href=\"%s\" target=\"_blank\">documentació</a>.",
@ -205,6 +223,7 @@ OC.L10N.register(
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
"Only %s is available." : "Només hi ha disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instal·la i activa mòduls PHP addicionals per seleccionar altres tipus de bases de dades.",
"For more details check out the documentation." : "Per més detalls consulteu la documentació.",
"Database user" : "Usuari de la base de dades",
"Database password" : "Contrasenya de la base de dades",
@ -238,6 +257,10 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si sou un administrador d'aquesta instància, configureu el paràmetre \"trusted_domain\" a config/config.php. Hi ha un exemple de configuració a config/config.sampe.php",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.",
"Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança",
"App update required" : "Cal que actualitzeu la aplicació",
"%s will be updated to version %s" : "%s s'actualitzarà a la versió %s",
"These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
"Start update" : "Inicia l'actualització",

View File

@ -1,5 +1,6 @@
{ "translations": {
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
"Preparing update" : "Preparant l'actualització",
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
@ -11,6 +12,7 @@
"Repair error: " : "Error de reparació:",
"Following incompatible apps have been disabled: %s" : "Les següents apps incompatibles s'han deshabilitat: %s",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"File is too big" : "El fitxer és massa gran",
"Invalid file provided" : "L'arxiu proporcionat no és vàlid",
"No image or file provided" : "No s'han proporcionat imatges o fitxers",
@ -34,6 +36,13 @@
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
@ -88,7 +97,14 @@
"So-so password" : "Contrasenya passable",
"Good password" : "Contrasenya bona",
"Strong password" : "Contrasenya forta",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
"This server has no working Internet connection. 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. We suggest to enable Internet connection for this server if you want to have all features." : "Aquest servidor no té connexió a internet. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques.",
"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." : "La carpeta de dades i els vostres fitxers probablement són accessibles des d'Internet. El fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "No hi ha configurada cap memòria cau. Per millorar el rendiment configureu una memòria cau si està disponible. Podeu trobar més informació a la <a href=\"{docLink}\">documentació</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "PHP no pot llegir /dev/urandom, cosa poc recomanable per raons de seguretat. Podeu trobar més informació a la <a href=\"{docLink}\">documentació</a>.",
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "La versió de PHP ({version}) ja no està <a href=\"{phpLink}\">mantinguda per PHP</a>. Us recomanem que actualitzeu la versió per gaudir de les millores de rendiment i seguretat proporcionades per PHP.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als <a href=\"{docUrl}\">consells de seguretat</a>",
"Shared" : "Compartit",
"Shared with {recipients}" : "Compartit amb {recipients}",
"Error" : "Error",
@ -153,6 +169,7 @@
"The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.",
"The update was successful. Redirecting you to ownCloud now." : "L'actualització ha estat correcte. Ara us redirigim a ownCloud.",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
"Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar el correu de restabliment perquè no hi ha cap correu electrònic per aquest usuari. Contacteu amb l'administrador.",
"%s password reset" : "restableix la contrasenya %s",
@ -194,6 +211,7 @@
"Message: %s" : "Missatge: %s",
"File: %s" : "Fitxer: %s",
"Line: %s" : "Línia: %s",
"Trace" : "Traça",
"Security warning" : "Advertiment de seguretat",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." : "Per informació de com configurar el servidor, comproveu la <a href=\"%s\" target=\"_blank\">documentació</a>.",
@ -203,6 +221,7 @@
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
"Only %s is available." : "Només hi ha disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instal·la i activa mòduls PHP addicionals per seleccionar altres tipus de bases de dades.",
"For more details check out the documentation." : "Per més detalls consulteu la documentació.",
"Database user" : "Usuari de la base de dades",
"Database password" : "Contrasenya de la base de dades",
@ -236,6 +255,10 @@
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si sou un administrador d'aquesta instància, configureu el paràmetre \"trusted_domain\" a config/config.php. Hi ha un exemple de configuració a config/config.sampe.php",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.",
"Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança",
"App update required" : "Cal que actualitzeu la aplicació",
"%s will be updated to version %s" : "%s s'actualitzarà a la versió %s",
"These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
"Start update" : "Inicia l'actualització",

View File

@ -10,11 +10,20 @@ OC.L10N.register(
"Checked database schema update" : "已檢查資料庫格式更新",
"Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新",
"Updated \"%s\" to %s" : "已更新 %s 到 %s",
"Repair warning: " : "修復警告:",
"Repair error: " : "修復錯誤",
"Following incompatible apps have been disabled: %s" : "以下不相容的應用程式已經被停用:%s",
"Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
"Already up to date" : "已經是最新版",
"File is too big" : "檔案太大",
"Invalid file provided" : "提供的檔案無效",
"No image or file provided" : "未提供圖片或檔案",
"Unknown filetype" : "未知的檔案類型",
"Invalid image" : "無效的圖片",
"No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
"No crop data provided" : "未設定剪裁",
"No valid crop data provided" : "未提供有效的剪裁設定",
"Crop is not square" : "剪裁設定不是正方形",
"Sunday" : "週日",
"Monday" : "週一",
"Tuesday" : "週二",
@ -29,6 +38,13 @@ OC.L10N.register(
"Thu." : "四",
"Fri." : "五",
"Sat." : "六",
"Su" : "日",
"Mo" : "一",
"Tu" : "二",
"We" : "三",
"Th" : "四",
"Fr" : "五",
"Sa" : "六",
"January" : "一月",
"February" : "二月",
"March" : "三月",
@ -83,7 +99,9 @@ OC.L10N.register(
"So-so password" : "普通的密碼",
"Good password" : "好的密碼",
"Strong password" : "很強的密碼",
"Error occurred while checking server setup" : "檢查伺服器配置時發生錯誤",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題",
"This server has no working Internet connection. 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. We suggest to enable Internet connection for this server if you want to have all features." : "伺服器沒有網際網路連線,有些功能,像是外部儲存、更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
"Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
"Shared" : "已分享",
"Shared with {recipients}" : "與 {recipients} 分享",
"Error" : "錯誤",
@ -103,8 +121,10 @@ OC.L10N.register(
"Set expiration date" : "指定到期日",
"Expiration" : "過期",
"Expiration date" : "到期日",
"An error occured. Please try again" : "發生錯誤,請重試",
"Adding user..." : "新增使用者……",
"group" : "群組",
"remote" : "遠端",
"Resharing is not allowed" : "不允許重新分享",
"Shared in {item} with {user}" : "已和 {user} 分享 {item}",
"Unshare" : "取消分享",
@ -113,6 +133,7 @@ OC.L10N.register(
"can edit" : "可編輯",
"access control" : "存取控制",
"create" : "建立",
"change" : "更動",
"delete" : "刪除",
"Password protected" : "受密碼保護",
"Error unsetting expiration date" : "取消到期日設定失敗",
@ -129,8 +150,11 @@ OC.L10N.register(
"No tags selected for deletion." : "沒有選擇要刪除的標籤",
"Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. " : "更新失敗",
"The update was successful. There were warnings." : "更新成功,有警告訊息",
"The update was successful. Redirecting you to ownCloud now." : "升級成功,正將您重新導向至 ownCloud 。",
"Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效",
"Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期",
"Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
"Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員",
"%s password reset" : "%s 密碼重設",
@ -188,6 +212,9 @@ OC.L10N.register(
"Search" : "搜尋",
"Server side authentication failed!" : "伺服器端認證失敗!",
"Please contact your administrator." : "請聯絡系統管理員。",
"An internal error occured." : "發生內部錯誤",
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
"Wrong password. Reset it?" : "密碼錯誤,重設密碼?",
"remember" : "記住",
"Alternative Logins" : "其他登入方法",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "嗨,<br><br>%s 與你分享了<strong>%s</strong>。<br><a href=\"%s\">檢視</a><br><br>",
@ -199,10 +226,15 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域",
"Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域",
"App update required" : "需要更新應用程式",
"%s will be updated to version %s" : "%s 將會更新至版本 %s",
"These apps will be updated:" : "將會更新這些應用程式",
"These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
"The theme %s has been disabled." : "主題 %s 已經被停用",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前請備份資料庫、config 目錄及資料目錄",
"Start update" : "開始升級",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
"This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理"
},
"nplurals=1; plural=0;");

View File

@ -8,11 +8,20 @@
"Checked database schema update" : "已檢查資料庫格式更新",
"Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新",
"Updated \"%s\" to %s" : "已更新 %s 到 %s",
"Repair warning: " : "修復警告:",
"Repair error: " : "修復錯誤",
"Following incompatible apps have been disabled: %s" : "以下不相容的應用程式已經被停用:%s",
"Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
"Already up to date" : "已經是最新版",
"File is too big" : "檔案太大",
"Invalid file provided" : "提供的檔案無效",
"No image or file provided" : "未提供圖片或檔案",
"Unknown filetype" : "未知的檔案類型",
"Invalid image" : "無效的圖片",
"No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
"No crop data provided" : "未設定剪裁",
"No valid crop data provided" : "未提供有效的剪裁設定",
"Crop is not square" : "剪裁設定不是正方形",
"Sunday" : "週日",
"Monday" : "週一",
"Tuesday" : "週二",
@ -27,6 +36,13 @@
"Thu." : "四",
"Fri." : "五",
"Sat." : "六",
"Su" : "日",
"Mo" : "一",
"Tu" : "二",
"We" : "三",
"Th" : "四",
"Fr" : "五",
"Sa" : "六",
"January" : "一月",
"February" : "二月",
"March" : "三月",
@ -81,7 +97,9 @@
"So-so password" : "普通的密碼",
"Good password" : "好的密碼",
"Strong password" : "很強的密碼",
"Error occurred while checking server setup" : "檢查伺服器配置時發生錯誤",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題",
"This server has no working Internet connection. 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. We suggest to enable Internet connection for this server if you want to have all features." : "伺服器沒有網際網路連線,有些功能,像是外部儲存、更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
"Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
"Shared" : "已分享",
"Shared with {recipients}" : "與 {recipients} 分享",
"Error" : "錯誤",
@ -101,8 +119,10 @@
"Set expiration date" : "指定到期日",
"Expiration" : "過期",
"Expiration date" : "到期日",
"An error occured. Please try again" : "發生錯誤,請重試",
"Adding user..." : "新增使用者……",
"group" : "群組",
"remote" : "遠端",
"Resharing is not allowed" : "不允許重新分享",
"Shared in {item} with {user}" : "已和 {user} 分享 {item}",
"Unshare" : "取消分享",
@ -111,6 +131,7 @@
"can edit" : "可編輯",
"access control" : "存取控制",
"create" : "建立",
"change" : "更動",
"delete" : "刪除",
"Password protected" : "受密碼保護",
"Error unsetting expiration date" : "取消到期日設定失敗",
@ -127,8 +148,11 @@
"No tags selected for deletion." : "沒有選擇要刪除的標籤",
"Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. " : "更新失敗",
"The update was successful. There were warnings." : "更新成功,有警告訊息",
"The update was successful. Redirecting you to ownCloud now." : "升級成功,正將您重新導向至 ownCloud 。",
"Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效",
"Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期",
"Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
"Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員",
"%s password reset" : "%s 密碼重設",
@ -186,6 +210,9 @@
"Search" : "搜尋",
"Server side authentication failed!" : "伺服器端認證失敗!",
"Please contact your administrator." : "請聯絡系統管理員。",
"An internal error occured." : "發生內部錯誤",
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
"Wrong password. Reset it?" : "密碼錯誤,重設密碼?",
"remember" : "記住",
"Alternative Logins" : "其他登入方法",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "嗨,<br><br>%s 與你分享了<strong>%s</strong>。<br><a href=\"%s\">檢視</a><br><br>",
@ -197,10 +224,15 @@
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域",
"Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域",
"App update required" : "需要更新應用程式",
"%s will be updated to version %s" : "%s 將會更新至版本 %s",
"These apps will be updated:" : "將會更新這些應用程式",
"These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
"The theme %s has been disabled." : "主題 %s 已經被停用",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前請備份資料庫、config 目錄及資料目錄",
"Start update" : "開始升級",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
"This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,11 +1,15 @@
OC.L10N.register(
"settings",
{
"APCu" : "APCu",
"Redis" : "Redis",
"Security & setup warnings" : "安全及設定警告",
"Sharing" : "分享",
"Server-side encryption" : "伺服器端加密",
"External Storage" : "外部儲存",
"Cron" : "工作排程",
"Email server" : "郵件伺服器",
"Log" : "紀錄",
"Log" : "紀錄",
"Server status" : "伺服器狀態",
"Tips & tricks" : "技巧 & 提示",
"Updates" : "更新",
@ -28,13 +32,28 @@ OC.L10N.register(
"Not enabled" : "無啟動",
"Migration Completed" : "遷移已完成",
"Group already exists." : "群組已存在",
"Unable to add group." : "無法新增群組",
"Unable to delete group." : "無法刪除群組",
"log-level out of allowed range" : "log-level 超過允許範圍",
"Saved" : "已儲存",
"test email settings" : "測試郵件設定",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "寄出郵件時發生問題,請檢查您的設定。(錯誤訊息:%s",
"Email sent" : "Email 已寄出",
"You need to set your user email before being able to send test emails." : "在準備要寄出測試郵件時您需要設定您的使用者郵件。",
"Email saved" : "Email已儲存",
"Invalid mail address" : "無效的 email 地址",
"A user with that name already exists." : "同名的使用者已經存在",
"Unable to create user." : "無法建立使用者",
"Your %s account was created" : "您的 %s 帳號已經建立",
"Unable to delete user." : "無法移除使用者",
"Forbidden" : "存取被拒",
"Invalid user" : "無效的使用者",
"Unable to change mail address" : "無法更改 email 地址",
"Email saved" : "Email 已儲存",
"Migration started …" : "遷移開始中 ...",
"Sending..." : "寄送中...",
"Official" : "官方",
"Approved" : "已批准",
"Experimental" : "實驗性質",
"All" : "所有",
"Please wait...." : "請稍候...",
"Error while disabling app" : "停用應用程式錯誤",
@ -44,12 +63,17 @@ OC.L10N.register(
"Updating...." : "更新中...",
"Error while updating app" : "更新應用程式錯誤",
"Updated" : "已更新",
"Uninstalling ...." : "正在解除安裝…",
"Error while uninstalling app" : "移除應用程式錯誤",
"Uninstall" : "解除安裝",
"An error occurred: {message}" : "發生錯誤:{message}",
"Select a profile picture" : "選擇大頭貼",
"Very weak password" : "非常弱的密碼",
"Weak password" : "弱的密碼",
"So-so password" : "普通的密碼",
"Good password" : "好的密碼",
"Strong password" : "很強的密碼",
"Valid until {date}" : "{date} 前有效",
"Delete" : "刪除",
"Groups" : "群組",
"undo" : "復原",
@ -79,10 +103,10 @@ OC.L10N.register(
"Allow users to send mail notification for shared files" : "允許使用者寄送有關分享檔案的郵件通知",
"days" : "天",
"Allow resharing" : "允許轉貼分享",
"Cron was not executed yet!" : "排程沒有執行!",
"Cron was not executed yet!" : "排程沒有執行",
"Execute one task with each page loaded" : "當頁面載入時,執行",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好將會每15分鐘呼叫 cron.php",
"This is used for sending out notifications." : "這是使用於寄送通知。",
"This is used for sending out notifications." : "寄送通知用",
"Send mode" : "寄送模式",
"Encryption" : "加密",
"From address" : "寄件地址",
@ -90,17 +114,25 @@ OC.L10N.register(
"Authentication required" : "必須驗證",
"Server address" : "伺服器位址",
"Port" : "連接埠",
"Credentials" : "認證",
"Credentials" : "帳密",
"SMTP Username" : "SMTP 帳號",
"SMTP Password" : "SMTP 密碼",
"Store credentials" : "儲存帳密",
"Test email settings" : "測試郵件設定",
"Send email" : "寄送郵件",
"Log level" : "紀錄層級",
"Download logfile" : "下載記錄檔",
"More" : "更多",
"Less" : "更少",
"How to do backups" : "如何輩分",
"How to do backups" : "如何備份",
"Advanced monitoring" : "進階監控",
"Performance tuning" : "效能調校",
"Improving the config.php" : "改進 config.php",
"Theming" : "佈景主題",
"Hardening and security guidance" : "增強安全性",
"Version" : "版本",
"Developer documentation" : "開發者說明文件",
"Experimental applications ahead" : "以下是實驗性質的應用程式",
"by" : "由",
"licensed" : "許可證",
"Documentation:" : "文件:",
@ -148,6 +180,7 @@ OC.L10N.register(
"Choose as profile image" : "設定為大頭貼",
"Language" : "語言",
"Help translate" : "幫助翻譯",
"Common Name" : "Common Name",
"Show storage location" : "顯示儲存位置",
"Show last log in" : "顯示最近登入",
"Show user backend" : "顯示用戶後台",
@ -170,7 +203,7 @@ OC.L10N.register(
"Quota" : "容量限制",
"Storage Location" : "儲存位置",
"User Backend" : "用戶後台",
"Last Login" : "最近登入",
"Last Login" : "上次登入",
"change full name" : "變更全名",
"set new password" : "設定新密碼",
"change email address" : "更改電子郵件地址",

View File

@ -1,9 +1,13 @@
{ "translations": {
"APCu" : "APCu",
"Redis" : "Redis",
"Security & setup warnings" : "安全及設定警告",
"Sharing" : "分享",
"Server-side encryption" : "伺服器端加密",
"External Storage" : "外部儲存",
"Cron" : "工作排程",
"Email server" : "郵件伺服器",
"Log" : "紀錄",
"Log" : "紀錄",
"Server status" : "伺服器狀態",
"Tips & tricks" : "技巧 & 提示",
"Updates" : "更新",
@ -26,13 +30,28 @@
"Not enabled" : "無啟動",
"Migration Completed" : "遷移已完成",
"Group already exists." : "群組已存在",
"Unable to add group." : "無法新增群組",
"Unable to delete group." : "無法刪除群組",
"log-level out of allowed range" : "log-level 超過允許範圍",
"Saved" : "已儲存",
"test email settings" : "測試郵件設定",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "寄出郵件時發生問題,請檢查您的設定。(錯誤訊息:%s",
"Email sent" : "Email 已寄出",
"You need to set your user email before being able to send test emails." : "在準備要寄出測試郵件時您需要設定您的使用者郵件。",
"Email saved" : "Email已儲存",
"Invalid mail address" : "無效的 email 地址",
"A user with that name already exists." : "同名的使用者已經存在",
"Unable to create user." : "無法建立使用者",
"Your %s account was created" : "您的 %s 帳號已經建立",
"Unable to delete user." : "無法移除使用者",
"Forbidden" : "存取被拒",
"Invalid user" : "無效的使用者",
"Unable to change mail address" : "無法更改 email 地址",
"Email saved" : "Email 已儲存",
"Migration started …" : "遷移開始中 ...",
"Sending..." : "寄送中...",
"Official" : "官方",
"Approved" : "已批准",
"Experimental" : "實驗性質",
"All" : "所有",
"Please wait...." : "請稍候...",
"Error while disabling app" : "停用應用程式錯誤",
@ -42,12 +61,17 @@
"Updating...." : "更新中...",
"Error while updating app" : "更新應用程式錯誤",
"Updated" : "已更新",
"Uninstalling ...." : "正在解除安裝…",
"Error while uninstalling app" : "移除應用程式錯誤",
"Uninstall" : "解除安裝",
"An error occurred: {message}" : "發生錯誤:{message}",
"Select a profile picture" : "選擇大頭貼",
"Very weak password" : "非常弱的密碼",
"Weak password" : "弱的密碼",
"So-so password" : "普通的密碼",
"Good password" : "好的密碼",
"Strong password" : "很強的密碼",
"Valid until {date}" : "{date} 前有效",
"Delete" : "刪除",
"Groups" : "群組",
"undo" : "復原",
@ -77,10 +101,10 @@
"Allow users to send mail notification for shared files" : "允許使用者寄送有關分享檔案的郵件通知",
"days" : "天",
"Allow resharing" : "允許轉貼分享",
"Cron was not executed yet!" : "排程沒有執行!",
"Cron was not executed yet!" : "排程沒有執行",
"Execute one task with each page loaded" : "當頁面載入時,執行",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好將會每15分鐘呼叫 cron.php",
"This is used for sending out notifications." : "這是使用於寄送通知。",
"This is used for sending out notifications." : "寄送通知用",
"Send mode" : "寄送模式",
"Encryption" : "加密",
"From address" : "寄件地址",
@ -88,17 +112,25 @@
"Authentication required" : "必須驗證",
"Server address" : "伺服器位址",
"Port" : "連接埠",
"Credentials" : "認證",
"Credentials" : "帳密",
"SMTP Username" : "SMTP 帳號",
"SMTP Password" : "SMTP 密碼",
"Store credentials" : "儲存帳密",
"Test email settings" : "測試郵件設定",
"Send email" : "寄送郵件",
"Log level" : "紀錄層級",
"Download logfile" : "下載記錄檔",
"More" : "更多",
"Less" : "更少",
"How to do backups" : "如何輩分",
"How to do backups" : "如何備份",
"Advanced monitoring" : "進階監控",
"Performance tuning" : "效能調校",
"Improving the config.php" : "改進 config.php",
"Theming" : "佈景主題",
"Hardening and security guidance" : "增強安全性",
"Version" : "版本",
"Developer documentation" : "開發者說明文件",
"Experimental applications ahead" : "以下是實驗性質的應用程式",
"by" : "由",
"licensed" : "許可證",
"Documentation:" : "文件:",
@ -146,6 +178,7 @@
"Choose as profile image" : "設定為大頭貼",
"Language" : "語言",
"Help translate" : "幫助翻譯",
"Common Name" : "Common Name",
"Show storage location" : "顯示儲存位置",
"Show last log in" : "顯示最近登入",
"Show user backend" : "顯示用戶後台",
@ -168,7 +201,7 @@
"Quota" : "容量限制",
"Storage Location" : "儲存位置",
"User Backend" : "用戶後台",
"Last Login" : "最近登入",
"Last Login" : "上次登入",
"change full name" : "變更全名",
"set new password" : "設定新密碼",
"change email address" : "更改電子郵件地址",