Skip to content

Commit

Permalink
sync translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinWithATie authored and klautcomputing committed Nov 23, 2024
1 parent 2ba1527 commit 1947bd1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_router = { version = "0.6", features = ["nightly"] }
leptos_actix = { version = "0.6" }
leptos_icons = { version = "0.3"}
leptos_i18n = { version = "0.4"}
leptos_i18n = { version = "0.4", features = ["suppress_key_warnings"] }
icondata = {version = "0.4"}
actix-web = { version = "4", features = ["macros"] }
actix-files = { version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion apis/locales/ca/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"how_does_it_operate": {
"question": "Com funciona hivegame.com?",
"answer": "És desenvolupat per mebres de la comunitat i financiat 100% per les donacions. hivegame.com mai recopilarà dades dels usuaris, mostrarà anuncis o implementarà cap altra cosa que distregui del joc o generi diners."
"answer": "És desenvolupat per membres de la comunitat i financiat 100% per les donacions. hivegame.com mai recopilarà dades dels usuaris, mostrarà anuncis o implementarà cap altra cosa que distregui del joc o generi diners."
},
"how_to_get_crown": {
"question": "Com puc aconseguir una 👑 al meu nom d'usuari?",
Expand Down
8 changes: 7 additions & 1 deletion apis/locales/ca/user_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@
"invalid_login": "Email o contrassenya incorrectes"
},
"piece_style": "Estil de les peces:",
"move_confirm": "Confirmació de moviments:"
"move_confirm": "Confirmació de moviments:",
"allow_takeback_buttons": {
"always": "Sempre",
"casual_only": "Sols en Casual",
"never": "Mai"
},
"allow_takeback": "Permetre retrocessos"
}
8 changes: 7 additions & 1 deletion apis/locales/es/user_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@
"login_button": "Iniciar sesión",
"no_account_prompt": "¿No tienes una cuenta? <register_link>Regístrate</register_link>",
"invalid_login": "Correo electrónico o contraseña incorrectos"
}
},
"allow_takeback_buttons": {
"always": "Siempre",
"casual_only": "A veces",
"never": "Nunca"
},
"allow_takeback": "Permitir retrocesos"
}
2 changes: 1 addition & 1 deletion apis/locales/ru/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"what_is_hive": {
"question": "Что такое Улей?",
"answer": "Улей — получившая несколько наград абстрактная игра, созданным Джоном Ианни (John Yianni) в 2000 году и издаваемая компанией <gen42_link>Gen42</gen42_link>."
"answer": "Улей — получившая несколько наград абстрактная игра, созданная Джоном Ианни (John Yianni) в 2000 году и издаваемая компанией <gen42_link>Gen42</gen42_link>."
},
"how_to_play_with_friends": {
"question": "Как мне сыграть с другом?",
Expand Down
8 changes: 7 additions & 1 deletion apis/locales/ru/user_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@
},
"rotation": "Поворот фигур",
"color_scheme": "Цветовая палитра:",
"preview": "Пример:"
"preview": "Пример:",
"allow_takeback": "Отмена хода",
"allow_takeback_buttons": {
"casual_only": "Только в играх без рейтинга",
"always": "Разрешена всегда",
"never": "Никогда"
}
}

0 comments on commit 1947bd1

Please sign in to comment.