Skip to content

Commit c1098bd

Browse files
authored
Merge pull request #22 from MS702/dev
v0.8.13
2 parents ed6d002 + b9a6377 commit c1098bd

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

js/languages.js

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,47 @@ var languages = {
8484
"tutorial_remove": "¡Es perfecto! Ahora tu cosa está en la historia de compras, que por la siguiente vez lo podrías encontrar más fácil.\nPon el botón otra vez por un momento para quitarlo completo de la historia de compras.",
8585
"tutorial_close": "Eso fue todo el tutorial con todas las funciones importantes.\n¡Un placer por ayudarte en tu próxima compra!"
8686
},
87+
"ca": {
88+
"buy": "Per comprar",
89+
"last": "Comprat recentment",
90+
"search": "Necessito...",
91+
"bt_export": "Exportar",
92+
"bt_import": "Importar",
93+
"about_title": "Informació",
94+
"export_message": "Aquest arxiu s'ha exportat amb Traero",
95+
"update_message": "{0} ha actualitzat el llistat en Traero",
96+
"update_item_txt": "element",
97+
"update_items_txt": "elements",
98+
99+
//toasts
100+
"toast_fist_start": "Obrir tutorial?",
101+
"toast_undo": "Desfer?",
102+
103+
//languages
104+
"language_title": "Llengua",
105+
"bt_automatic": "Automàticament",
106+
"language_name": "Català",
107+
108+
//themes
109+
"themes_title": "Estil",
110+
"bt_default_theme": "Estàndar",
111+
112+
//styles
113+
"style_oled": "Fosc (OLED)",
114+
"style_dark": "Fosc",
115+
"style_light": "Brillant",
116+
"style_yb": "Groc-Blau",
117+
118+
//Tutorial
119+
"tutorial_button_cancel": "Cancel·lar",
120+
"tutorial_button_next": "Finalitzar",
121+
"tutorial_add": "Escriu avall un nom d'una cosa que vulguis comprar.",
122+
"tutorial_edit": "Molt bé, ara mantén premut durant una estona el botó de la teva cosa.",
123+
"tutorial_edit_change": "Ara estàs en mode edició per fer canvis a la teva cosa.\nEscriu darrere del nom de la teva cosa, separat per una coma, quina quantitat necessites d'aquesta cosa (p. ex. 'ceba,2').",
124+
"tutorial_check": "Toca el botó de la teva cosa per marcar-ho com a comprat.",
125+
"tutorial_remove": "Perfecte! Ara la teva cosa passarà a l'historial de compres, per trobar-ho més fàcilment a la pròxima.\nSi la vols esborrar de l'historial, mantén premut per esborrar-la completament.",
126+
"tutorial_close": "Has finalitzat el tutorial de les funcions principals.\nGaudeix en la teva pròxima compra!"
127+
},
87128
"hu": {
88129
"buy": "Megvásárlásra vár",
89130
"last": "Vásárláselőzmények",

js/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function show_about()
3333
title.innerHTML = "Traero";
3434
about_dialog.add(title);
3535
var version_number = document.createElement("p");
36-
version_number.innerHTML = "Version: 0.8.12";
36+
version_number.innerHTML = "Version: 0.8.13";
3737
about_dialog.add(version_number);
3838
var license_txt = document.createElement("p");
3939
license_txt.id = "license_title";

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Traero"
22
description = "a modern shopping list"
33
source_code_url = "https://github.com/MS702/Traero-webxdc"
4-
tag_name = "0.8.12"
4+
tag_name = "0.8.13"

0 commit comments

Comments
 (0)