[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-08-10 00:28:15 -04:00
parent a30e74a66e
commit db8aca036b
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"registration",
{
"Register" : "註冊",
"Email address you entered is not valid" : "您輸入的 email 地址無效",
"There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊",
"Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊",
@ -9,8 +10,8 @@ OC.L10N.register(
"Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "已經建立您的帳號,可以<a href=\"{link}\">立即登入</a>",
"Your settings have been updated." : "您的設定已更新.",
"Registration" : "註冊",
"None" : "無",
"To create a new account on ownCloud, just click the following link:\n{link}" : "點擊以下連結來在 ownCloud 建立新帳號\n{link}",
"Welcome, you can create your account below." : "歡迎!您可以在下方建立帳號",
"Username" : "使用者名稱",
"Password" : "密碼",

View File

@ -1,4 +1,5 @@
{ "translations": {
"Register" : "註冊",
"Email address you entered is not valid" : "您輸入的 email 地址無效",
"There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊",
"Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊",
@ -7,8 +8,8 @@
"Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "已經建立您的帳號,可以<a href=\"{link}\">立即登入</a>",
"Your settings have been updated." : "您的設定已更新.",
"Registration" : "註冊",
"None" : "無",
"To create a new account on ownCloud, just click the following link:\n{link}" : "點擊以下連結來在 ownCloud 建立新帳號\n{link}",
"Welcome, you can create your account below." : "歡迎!您可以在下方建立帳號",
"Username" : "使用者名稱",
"Password" : "密碼",

View File

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Register" => "註冊",
"Email address you entered is not valid" => "您輸入的 email 地址無效",
"There is already a pending registration with this email" => "這個 email 地址已經有一個等待中的註冊",
"Verify your ownCloud registration request" => "驗證您的 ownCloud 註冊",
@ -8,8 +9,8 @@ $TRANSLATIONS = array(
"Unable to create user, there are problems with user backend." => "無法建立使用者,使用者後端有問題",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "已經建立您的帳號,可以<a href=\"{link}\">立即登入</a>",
"Your settings have been updated." => "您的設定已更新.",
"Registration" => "註冊",
"None" => "",
"To create a new account on ownCloud, just click the following link:\n{link}" => "點擊以下連結來在 ownCloud 建立新帳號\n{link}",
"Welcome, you can create your account below." => "歡迎!您可以在下方建立帳號",
"Username" => "使用者名稱",
"Password" => "密碼",