diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-20 01:54:40 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-20 01:54:40 -0400 |
commit | ddc85a987134ddefd9887cd547554422a6d86c7a (patch) | |
tree | 2cf3038b8fd7214dee2ae3de4c6b2e84711ee1ed /apps | |
parent | d09ec367512ee9afb6daa5d9d0f89cbe7a6ca582 (diff) | |
download | nextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.tar.gz nextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/bn_IN.php | 20 | ||||
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.php | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/bn_IN.php | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/zh_CN.php | 13 | ||||
-rw-r--r-- | apps/files_sharing/l10n/bn_IN.php | 3 | ||||
-rw-r--r-- | apps/files_versions/l10n/bg_BG.php | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.php | 3 |
7 files changed, 40 insertions, 3 deletions
diff --git a/apps/files/l10n/bn_IN.php b/apps/files/l10n/bn_IN.php index 9fc02669d89..ae53a11b8ec 100644 --- a/apps/files/l10n/bn_IN.php +++ b/apps/files/l10n/bn_IN.php @@ -1,14 +1,32 @@ <?php $TRANSLATIONS = array( +"Could not move %s - File with this name already exists" => "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে", +"Could not move %s" => "%s সরানো যায়নি", +"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি", +"There is no error, the file uploaded with success" => "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে", +"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে", +"The uploaded file was only partially uploaded" => "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে", +"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি", +"Missing a temporary folder" => "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা", +"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", +"Not enough storage available" => "যথেষ্ট স্টোরেজ পাওয়া যায় না", +"Invalid directory." => "অবৈধ ডিরেক্টরি।", "Files" => "ফাইলস", "Share" => "শেয়ার", "Delete" => "মুছে ফেলা", +"Delete permanently" => "স্থায়ীভাবে মুছে দিন", +"Rename" => "পুনঃনামকরণ", +"Pending" => "মুলতুবি", "Error" => "ভুল", "Name" => "নাম", "Size" => "আকার", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "সেভ" +"Save" => "সেভ", +"New folder" => "নতুন ফোল্ডার", +"Folder" => "ফোল্ডার", +"Download" => "ডাউনলোড করুন" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 5ead5176349..7621b6fa4fd 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Following users are not set up for encryption:" => "以下用户还没有设置加密:", "Initial encryption started... This can take some time. Please wait." => "初始加密启动中....这可能会花一些时间,请稍后再试。", "Initial encryption running... Please try again later." => "初始加密运行中....请稍后再试。", +"Go directly to your %spersonal settings%s." => "直接访问您的%s个人设置%s。", "Encryption" => "加密", "Enable recovery key (allow to recover users files in case of password loss):" => "启用恢复密钥(允许你在密码丢失后恢复文件):", "Recovery key password" => "恢复密钥密码", diff --git a/apps/files_external/l10n/bn_IN.php b/apps/files_external/l10n/bn_IN.php index f403d887ae9..1e8dfdf0866 100644 --- a/apps/files_external/l10n/bn_IN.php +++ b/apps/files_external/l10n/bn_IN.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Share" => "শেয়ার", "URL" => "URL", "Name" => "নাম", +"Folder name" => "ফোল্ডারের নাম", "Delete" => "মুছে ফেলা" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/zh_CN.php b/apps/files_external/l10n/zh_CN.php index cef995b7d64..031ffd9cb92 100644 --- a/apps/files_external/l10n/zh_CN.php +++ b/apps/files_external/l10n/zh_CN.php @@ -1,20 +1,29 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret", +"Step 1 failed. Exception: %s" => "步骤 1 失败。异常:%s", +"Step 2 failed. Exception: %s" => "步骤 2 失败。异常:%s", "External storage" => "外部存储", "Local" => "本地", "Location" => "地点", "Amazon S3" => "Amazon S3", +"Amazon S3 and compliant" => "Amazon S3 和兼容协议", "Access Key" => "访问密钥", +"Secret Key" => "秘钥", "Hostname (optional)" => "域名 (可选)", "Port (optional)" => "端口 (可选)", "Region (optional)" => "区域 (optional)", "Enable SSL" => "启用 SSL", +"Enable Path Style" => "启用 Path Style", "Host" => "主机", "Username" => "用户名", "Password" => "密码", "Root" => "根路径", "Secure ftps://" => "安全 ftps://", +"OpenStack Object Storage" => "OpenStack 对象存储", +"Username (required)" => "用户名 (必须)", +"Bucket (required)" => "Bucket (必须)", +"Timeout of HTTP requests in seconds (optional)" => "HTTP 请求超时(秒) (可选)", "Share" => "共享", "SMB / CIFS using OC login" => "SMB / CIFS 使用 OC 登录信息", "URL" => "URL", @@ -25,10 +34,14 @@ $TRANSLATIONS = array( "Grant access" => "授权", "Error configuring Google Drive storage" => "配置Google Drive存储时出错", "Personal" => "个人", +"System" => "系统", "Saved" => "已保存", "<b>Note:</b> " => "<b>注意:</b>", " and " => "和", +"You don't have any external storages" => "您没有外部存储", "Name" => "名称", +"Storage type" => "存储类型", +"Scope" => "适用范围", "External Storage" => "外部存储", "Folder name" => "目录名称", "Configuration" => "配置", diff --git a/apps/files_sharing/l10n/bn_IN.php b/apps/files_sharing/l10n/bn_IN.php index 2e724393768..99daa51da79 100644 --- a/apps/files_sharing/l10n/bn_IN.php +++ b/apps/files_sharing/l10n/bn_IN.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Cancel" => "বাতিল করা", -"Name" => "নাম" +"Name" => "নাম", +"Download" => "ডাউনলোড করুন" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/bg_BG.php b/apps/files_versions/l10n/bg_BG.php index fec4a223426..9dea358d31f 100644 --- a/apps/files_versions/l10n/bg_BG.php +++ b/apps/files_versions/l10n/bg_BG.php @@ -5,6 +5,6 @@ $TRANSLATIONS = array( "Failed to revert {file} to revision {timestamp}." => "Грешка при връщане на {file} към версия {timestamp}.", "More versions..." => "Още версии...", "No other versions available" => "Няма други налични версии", -"Restore" => "Възтановяване" +"Restore" => "Възтановяви" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/zh_CN.php b/apps/user_ldap/l10n/zh_CN.php index fc9c6ec3f92..93d5636aad6 100644 --- a/apps/user_ldap/l10n/zh_CN.php +++ b/apps/user_ldap/l10n/zh_CN.php @@ -18,10 +18,12 @@ $TRANSLATIONS = array( "Confirm Deletion" => "确认删除", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Invalid Host" => "无效的主机", "Group Filter" => "组过滤", "Save" => "保存", "Test Configuration" => "测试配置", "Help" => "帮助", +"groups found" => "找到组", "Add Server Configuration" => "增加服务器配置", "Host" => "主机", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "可以忽略协议,但如要使用SSL,则需以ldaps://开头", @@ -32,6 +34,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "启用匿名访问,将DN和密码保留为空", "One Base DN per line" => "每行一个基本判别名", "You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡里为用户和组指定Base DN", +"users found" => "找到用户", "Back" => "返回", "Continue" => "继续", "Advanced" => "高级", |