From eb3345966e6e660b814d1e0bd3f3eb280c7c3e08 Mon Sep 17 00:00:00 2001 From: Bernat Romagosa Date: Fri, 16 Jan 2015 11:22:18 +0100 Subject: updated Catalan translation --- lang-ca.js | 84 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 25 deletions(-) (limited to 'lang-ca.js') diff --git a/lang-ca.js b/lang-ca.js index 8991d45..1c9838e 100644 --- a/lang-ca.js +++ b/lang-ca.js @@ -6,7 +6,7 @@ written by Jens Mönig - Copyright (C) 2013 by Jens Mönig + Copyright (C) 2014 by Jens Mönig This file is part of Snap!. @@ -183,9 +183,9 @@ SnapTranslator.dict.ca = { 'language_translator': 'Bernat Romagosa Carrasquer', // your name for the Translators tab 'translator_e-mail': - 'tibabenfortlapalanca@gmail.com', // optional + 'bromagosa@citilab.eu', // optional 'last_changed': - '2013-11-26', // this, too, will appear in the Translators tab + '2014-01-16', // this, too, will appear in the Translators tab // GUI // control bar: @@ -447,12 +447,20 @@ SnapTranslator.dict.ca = { 'si %b llavors %c si no %c', 'report %s': 'retorna %s', - 'stop block': - 'atura el bloc', - 'stop script': - 'atura aquest programa', - 'stop all %stop': - 'atura-ho tot %stop', + 'stop %stopChoices': + 'atura %stopChoices', + 'all': + 'tot', + 'this script': + 'aquest programa', + 'this block': + 'aquest block', + 'stop %stopOthersChoices': + 'atura %stopOthersChoices', + 'all but this script': + 'tot excepte aquest programa', + 'other scripts in sprite': + 'els altres programes d\'aquest objecte', 'pause all %pause': 'pausa-ho tot %pause', 'run %cmdRing %inputs': @@ -645,7 +653,7 @@ SnapTranslator.dict.ca = { 'Import...': 'Importar...', 'file menu import hint': - 'pistes del menú d\'importació', + 'carrega una llibreria de projecte\no de blocs exportada, un vestit\no un so', 'Export project as plain text...': 'Exportar projecte en text pla...', 'Export project...': @@ -676,6 +684,16 @@ SnapTranslator.dict.ca = { 'Idioma...', 'Zoom blocks...': 'Mida dels blocs...', + 'Stage size...': + 'Mida de l\'escenari...', + 'Stage size': + 'Mida de l\'escenari', + 'Stage width': + 'Amplada de l\'escenari', + 'Stage height': + 'Alçada de l\'escenari', + 'Default': + 'Per defecte', 'Blurred shadows': 'Ombres suavitzades', 'uncheck to use solid drop\nshadows and highlights': @@ -744,9 +762,9 @@ SnapTranslator.dict.ca = { 'marca\'m per habilitar\nles animacions de la interfície', 'Thread safe scripts': 'Fil d\'execució segur', - 'uncheck to allow\nscript reentrancy': + 'uncheck to allow\nscript reentrance': 'desmarca\'m per permetre\nla re-entrada als programes', - 'check to disallow\nscript reentrancy': + 'check to disallow\nscript reentrance': 'marca\'m per no permetre\nla re-entrada als programes', 'Prefer smooth animations': 'Suavitza les animacions', @@ -754,6 +772,12 @@ SnapTranslator.dict.ca = { 'desmarca\'m per augmentar la velocitat de\nles animacions fins la màxima capacitat d\'aquesta màquina', 'check for smooth, predictable\nanimations across computers': 'marca\'m per aconseguir unes animacions\nmés suaus i a velocitat predible en màquines diferents', + 'Flat line ends': + 'Línies del llapis rectes', + 'check for flat ends of lines': + 'marca\'m per fer que els\nextrems de les línies del\nllapis siguin rectes', + 'uncheck for round ends of lines': + 'desmarca\'m per fer que\nels extrems de les línies\ndel llapis siguin arrodonits', // inputs 'with inputs': @@ -806,6 +830,8 @@ SnapTranslator.dict.ca = { // sprites: 'edit': 'editar', + 'move': + 'moure', 'detach from': 'desenganxa de', 'detach all parts': @@ -878,9 +904,9 @@ SnapTranslator.dict.ca = { // zoom blocks 'Zoom blocks': - 'Canvia la mida dels blocs', + 'Canvia la mida dels blocs', 'build': - 'fes', + 'construeix', 'your own': 'els teus propis', 'blocks': @@ -934,7 +960,7 @@ SnapTranslator.dict.ca = { // save project 'Save Project As...': - 'Anomena i desa projecte...', + 'Anomena i desa projecte...', // export blocks 'Export blocks': @@ -945,8 +971,6 @@ SnapTranslator.dict.ca = { 'aquest projecte encara no\nté cap bloc personalitzat', 'select': 'seleccionar', - 'all': - 'tots els blocs', 'none': 'cap bloc', @@ -1024,7 +1048,7 @@ SnapTranslator.dict.ca = { 'About Snap': 'Sobre Snap', 'Back...': - 'Enrera...', + 'Enrere...', 'License...': 'Llicència...', 'Modules...': @@ -1094,8 +1118,16 @@ SnapTranslator.dict.ca = { 'Buit', // graphical effects + 'brightness': + 'brillantor', 'ghost': 'fantasma', + 'negative': + 'negatiu', + 'comic': + 'còmic', + 'confetti': + 'confeti', // keys 'space': @@ -1187,29 +1219,31 @@ SnapTranslator.dict.ca = { // math functions 'abs': - 'abs', + 'valor absolut', 'floor': 'part entera', 'sqrt': 'arrel quadrada', 'sin': - 'sin', + 'sinus', 'cos': - 'cos', + 'cosinus', 'tan': - 'tan', + 'tangent', 'asin': - 'asin', + 'arcsinus', 'acos': - 'acos', + 'arccosinus', 'atan': - 'atan', + 'arctangent', 'ln': 'ln', 'e^': 'e^', // delimiters + 'letter': + 'lletra', 'whitespace': 'espai en blanc', 'line': -- cgit v1.3.1 From 3a24dacfa4063a65d92d5a9e681db1754d6930e1 Mon Sep 17 00:00:00 2001 From: Bernat Romagosa Date: Wed, 21 Jan 2015 09:42:27 +0100 Subject: updated Catalan translation --- lang-ca.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lang-ca.js') diff --git a/lang-ca.js b/lang-ca.js index 1c9838e..b555b15 100644 --- a/lang-ca.js +++ b/lang-ca.js @@ -1225,17 +1225,17 @@ SnapTranslator.dict.ca = { 'sqrt': 'arrel quadrada', 'sin': - 'sinus', + 'sin', 'cos': - 'cosinus', + 'cos', 'tan': - 'tangent', + 'tan', 'asin': - 'arcsinus', + 'asin', 'acos': - 'arccosinus', + 'acos', 'atan': - 'arctangent', + 'atan', 'ln': 'ln', 'e^': -- cgit v1.3.1 From 669704a90adf772f534c89fb4c3732236fef2b51 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 21 Jan 2015 12:51:08 +0100 Subject: Integrated Korean and Catalan translation updates --- history.txt | 1 + lang-ca.js | 2 +- lang-ko.js | 2 +- locale.js | 10 +++++----- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'lang-ca.js') diff --git a/history.txt b/history.txt index 4de8ee1..ad0f53d 100755 --- a/history.txt +++ b/history.txt @@ -2424,3 +2424,4 @@ ______ * Objects: Keep layering of nested sprites thru drag & drop * GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically * GUI: Fix Zoom Dialog’s sample background in “flat” design +* Updated Korean and Catalan translations, thanks, Yunjae Jang and Bernat Romagosa! diff --git a/lang-ca.js b/lang-ca.js index b555b15..c57d0d2 100644 --- a/lang-ca.js +++ b/lang-ca.js @@ -185,7 +185,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bromagosa@citilab.eu', // optional 'last_changed': - '2014-01-16', // this, too, will appear in the Translators tab + '2015-01-21', // this, too, will appear in the Translators tab // GUI // control bar: diff --git a/lang-ko.js b/lang-ko.js index 3241c7f..8cedf44 100755 --- a/lang-ko.js +++ b/lang-ko.js @@ -185,7 +185,7 @@ SnapTranslator.dict.ko = { 'translator_e-mail': 'janggoons@gmail.com', // optional 'last_changed': - '2014-11-07', // this, too, will appear in the Translators tab + '2015-01-21', // this, too, will appear in the Translators tab // GUI // control bar: diff --git a/locale.js b/locale.js index 613ead9..5ec6013 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2015-January-12'; +modules.locale = '2015-January-21'; // Global stuff @@ -195,9 +195,9 @@ SnapTranslator.dict.ko = { 'language_translator': 'Yunjae Jang', 'translator_e-mail': - 'yunjae.jang@inc.korea.ac.kr', + 'janggoons@gmail.com', 'last_changed': - '2012-11-18' + '2015-01-21' }; SnapTranslator.dict.pt = { @@ -375,9 +375,9 @@ SnapTranslator.dict.ca = { 'language_translator': 'Bernat Romagosa Carrasquer', 'translator_e-mail': - 'tibabenfortlapalanca@gmail.com', + 'bromagosa@citilab.eu', 'last_changed': - '2013-11-26' + '2015-01-21' }; SnapTranslator.dict.fi = { -- cgit v1.3.1