From 9992cce445a61a2f9dbe18abe2a3340ade5b615b Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 29 Jan 2018 00:02:06 +0000 Subject: [PATCH] Work in progress on translation files. --- WEB-INF/resources/ro.lang.php | 15 ++++++++------- WEB-INF/resources/sl.lang.php | 10 +++++----- WEB-INF/resources/tr.lang.php | 15 ++++++++------- WEB-INF/resources/zh-cn.lang.php | 10 +++++----- WEB-INF/resources/zh-tw.lang.php | 11 ++++++----- WEB-INF/templates/footer.tpl | 2 +- 6 files changed, 33 insertions(+), 30 deletions(-) diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 0909ee6c..e1535b98 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -92,18 +92,19 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', +'error.auth' => 'Nume de utilizator sau parola incorecta.', +// TODO: translate the following. +// 'error.user_exists' => 'User with this login already exists.', +'error.project_exists' => 'Proiectul cu acest nume exista deja.', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', // TODO: refactoring ongoing down from here. -'error.auth' => 'nume de utilizator sau parola incorecta', -// Note to translators: this string needs to be translated. -// 'error.user_exists' => 'user with this login already exists', -'error.project_exists' => 'proiectul cu acest nume exista deja', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nu exista utilizator cu acest email', 'error.upload' => 'eroare la upload-ul fisierului', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 636c162e..52432827 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -88,17 +88,17 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - // 'error.auth' => 'Incorrect login or password.', // 'error.user_exists' => 'User with this login already exists.', // 'error.project_exists' => 'Project with this name already exists.', // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // 'error.no_invoiceable_items' => 'There are no invoiceable items.', // 'error.no_login' => 'No user with this login.', // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 3b4eb37b..84e80c57 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -95,18 +95,19 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', +'error.auth' => 'Hatalı kullanıcı adı veya parola.', +// TODO: translate the following. +// 'error.user_exists' => 'User with this login already exists.', +'error.project_exists' => 'Bu isimde proje zaten vardır.', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', // TODO: refactoring ongoing down from here. -'error.auth' => 'hatalı kullanıcı adı veya parola', -// Note to translators: this string needs to be translated. -// 'error.user_exists' => 'user with this login already exists', -'error.project_exists' => 'bu isimde proje zaten vardır', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'bu e-posta adresini kullanan kullanıcı yoktur', 'error.upload' => 'dosya yükleme hatası', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 0c1d3777..9fcedf0c 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -80,11 +80,6 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - 'error.auth' => '不正确的用户名或密码', 'error.user_exists' => '该用户登录信息已经存在', 'error.project_exists' => '该项目名称已经存在', @@ -93,6 +88,11 @@ $i18n_key_words = array( 'error.client_exists' => '具有此名称的客户端已经存在', // TODO: translate the following. // 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // 'error.no_invoiceable_items' => 'There are no invoiceable items.', 'error.no_login' => '没有该登录信息的用户', // TODO: translate the following. diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index b6e5416f..48b11a2a 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -86,17 +86,18 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - 'error.auth' => '不正確的用戶名或密碼', 'error.user_exists' => '該使用者登錄資訊已經存在', 'error.project_exists' => '該專案名稱已經存在', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + 'error.no_login' => '沒有該登錄資訊的使用者', 'error.upload' => '上傳文件出錯', // TODO: translate the following. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c50f2dd3..44515fc1 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.9.3819 | Copyright © Anuko | +  Anuko Time Tracker 1.17.9.3820 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1