Skip to content

Commit

Permalink
rename gameDisplay -> display
Browse files Browse the repository at this point in the history
  • Loading branch information
RoepStoep committed Sep 20, 2023
1 parent 3d8f8b9 commit bb09a32
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/ui/settings/gameDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
oncreate: helper.viewSlideIn,

view() {
const header = dropShadowHeader(null, backButton(i18n('gameDisplay')))
const header = dropShadowHeader(null, backButton(i18n('display')))
return layout.free(header, renderBody())
}
} as Mithril.Component
Expand Down
2 changes: 1 addition & 1 deletion src/ui/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function renderBody(appVersion?: string) {
h('ul.settings_list.native_scroller.page', [
h('li.list_item.nav', {
oncreate: helper.ontapY(() => router.set('/settings/gameDisplay'))
}, i18n('gameDisplay')),
}, i18n('display')),
h('li.list_item.nav', {
oncreate: helper.ontapY(() => router.set('/settings/clock'))
}, i18n('clock')),
Expand Down
2 changes: 1 addition & 1 deletion src/ui/user/account/gameDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
oncreate: helper.viewSlideIn,

view() {
const header = dropShadowHeader(null, backButton(i18n('gameDisplay')))
const header = dropShadowHeader(null, backButton(i18n('display')))
return layout.free(header,
h('ul.native_scroller.page.settings_list.game', render(prefsCtrl))
)
Expand Down
2 changes: 1 addition & 1 deletion src/ui/user/account/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function renderBody() {
h('ul.native_scroller.page.settings_list.game', [
h('li.list_item.nav', {
oncreate: helper.ontapY(() => router.set('/account/preferences/game-display'))
}, i18n('gameDisplay')),
}, i18n('display')),
h('li.list_item.nav', {
oncreate: helper.ontapY(() => router.set('/account/preferences/clock'))
}, i18n('clock')),
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/be-BY.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
"lessThanOneHour": "Менш за гадзіну паміж гульнямі",
"now": "зараз",
"preferences": "Налады",
"gameDisplay": "Дызайн",
"display": "Выгляд",
"pieceAnimation": "Анімацыя фігур",
"materialDifference": "Паказваць розніцу ў фігурах",
"boardHighlights": "Падсвечваць апошні ход",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/cs-CZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
"maxTimePlaying": "Maximální čas strávený hraním",
"now": "nyní",
"preferences": "Předvolby",
"gameDisplay": "Zobrazení hry",
"display": "Zobrazení",
"pieceAnimation": "Animace figur",
"materialDifference": "Materiální rozdíl",
"pieceDestinations": "Možnosti figur (možné tahy a předtahy)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/de-DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
"maxTimePlaying": "Maximale Spielzeit",
"now": "jetzt",
"preferences": "Einstellungen",
"gameDisplay": "Spieldarstellung",
"display": "Anzeige",
"pieceAnimation": "Figurenanimation",
"materialDifference": "Materialunterschied",
"showKingMoves": "Zeige, wie oft eine Dame bewegt wurde (Frisian-Variation)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/el-GR.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
"maxTimePlaying": "Μέγιστος χρόνος που διατέθηκε παίζοντας",
"now": "τώρα",
"preferences": "Προτιμήσεις",
"gameDisplay": "Εμφάνιση παιχνιδιών",
"display": "Εμφάνιση",
"pieceAnimation": "Κίνηση πιονιών",
"materialDifference": "Διαφορά υλικού",
"showKingMoves": "Εμφάνιση του πόσες φορές ένας βασιλιάς έχει μετακινηθεί (Frisian ντάμα)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
"maxTimePlaying": "Max time spent playing",
"now": "now",
"preferences": "Preferences",
"gameDisplay": "Game display",
"display": "Display",
"pieceAnimation": "Piece animation",
"materialDifference": "Material difference",
"showKingMoves": "Show the amount of times a king has moved (Frisian draughts)",
Expand Down
1 change: 1 addition & 0 deletions www/i18n/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default {
"lessThanOneHour": "Less than one hour between games",
"maxTimePlaying": "Max time spent playing",
"now": "now",
"display": "Display",
"gameBehavior": "Game behavior",
"search": "Search",
"advancedSearch": "Advanced search",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/es-ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
"maxTimePlaying": "Tiempo máximo jugando",
"now": "ahora",
"preferences": "Preferencias",
"gameDisplay": "Configuración visual del juego",
"display": "Mostrar",
"pieceAnimation": "Animación de las piezas",
"materialDifference": "Diferencia de material",
"boardHighlights": "Destacar casillas del tablero (último movimiento)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/fr-FR.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
"maxTimePlaying": "Temps maximal à jouer en continu",
"now": "maintenant",
"preferences": "Préférences",
"gameDisplay": "Affichage de la partie",
"display": "Affichage",
"pieceAnimation": "Animation des pièces",
"materialDifference": "Différence de matériel",
"showKingMoves": "Indiquer le nombre de fois qu'une dame s'est déplacé (jeu de dames frisonnes)",
Expand Down
1 change: 1 addition & 0 deletions www/i18n/he-IL.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default {
"maxTimePlaying": "הכי הרבה זמן במשחק",
"now": "עכשיו",
"preferences": "העדפות",
"display": "תצוגה",
"pieceAnimation": "אנימציית הכלים",
"materialDifference": "הבדל בחומר",
"pieceDestinations": "יעדי הכלים: מהלכים וקדם-מהלכים מותרים",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/it-IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
"maxTimePlaying": "Tempo massimo trascorso giocando",
"now": "ora",
"preferences": "Preferenze",
"gameDisplay": "Schermata di gioco",
"display": "Mostra",
"pieceAnimation": "Animazione dei pezzi",
"materialDifference": "Differenza di materiale",
"pieceDestinations": "Destinazioni del pezzo (mosse e pre-mosse valide)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
"maxTimePlaying": "最長連続プレイ時間",
"now": "現在",
"preferences": "設定",
"gameDisplay": "表示設定",
"display": "表示",
"pieceAnimation": "駒のアニメーション速度",
"materialDifference": "駒の損得",
"insideTheBoard": "盤の内",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/lt-LT.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
"maxTimePlaying": "Daugiausia laiko praleista žaidžiant",
"now": "dabar",
"preferences": "Nuostatos",
"gameDisplay": "Žaidimo vaizdas",
"display": "Rodymas",
"pieceAnimation": "Figūrų animacija",
"materialDifference": "Figūrų vertės skirtumas",
"boardCoordinates": "Lentos koordinatės (1-50, a1-h8)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/lv-LV.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {
"maxTimePlaying": "Ilgākais spēlējot pavadītais laiks",
"now": "tagad",
"preferences": "Uzstādījumi",
"gameDisplay": "Spēļu ekrāns",
"display": "Izskats",
"pieceAnimation": "Kauliņu animācija",
"materialDifference": "Materiāla starpība",
"showKingMoves": "Uzrādīt, cik reižu gājusi dāma (frīzu dambretē)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/nl-NL.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
"maxTimePlaying": "Langste tijd gespeeld",
"now": "nu",
"preferences": "Voorkeuren",
"gameDisplay": "Speluiterlijk",
"display": "Weergave",
"pieceAnimation": "Stukanimatie",
"materialDifference": "Materiaalverschil",
"showKingMoves": "Toon het aantal keer dat een dam is gezet (Fries dammen)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/pl-PL.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
"maxTimePlaying": "Maksymalny czas spędzony na grze",
"now": "teraz",
"preferences": "Ustawienia",
"gameDisplay": "Widok partii",
"display": "Wyświetlanie",
"pieceAnimation": "Animacja ruchu figur",
"materialDifference": "Pokaż przewagę materialną",
"showKingMoves": "Pokaż ile razy wykonano ruch damką (warcaby fryzyjskie)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
"maxTimePlaying": "Tempo máximo jogando",
"now": "agora",
"preferences": "Preferências",
"gameDisplay": "Exibição do jogo",
"display": "Mostrar",
"pieceAnimation": "Animação das peças",
"materialDifference": "Diferença material",
"showKingMoves": "Mostre a quantidade de vezes que um rei se moveu (damas frísias)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/pt-PT.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
"maxTimePlaying": "Tempo máximo passado a jogar",
"now": "agora",
"preferences": "Preferências",
"gameDisplay": "Exibição do jogo",
"display": "Mostrar",
"pieceAnimation": "Animação das peças",
"materialDifference": "Diferença material",
"boardHighlights": "Destacar casas do tabuleiro (último movimento)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
"maxTimePlaying": "Максимальное время за игрой",
"now": "сейчас",
"preferences": "Настройки",
"gameDisplay": "Внешний вид",
"display": "Отображать",
"pieceAnimation": "Анимация фигур",
"materialDifference": "Показывать разницу в материале",
"showKingMoves": "Показывать количество перемещений дамки (фрисландские шашки)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/tr-TR.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
"maxTimePlaying": "Oyun için harcanan en uzun süre",
"now": "şimdi",
"preferences": "Seçenekler",
"gameDisplay": "Oyun görünümü",
"display": "Görünüm",
"pieceAnimation": "Hamle animasyonu",
"materialDifference": "Taş farkı",
"boardHighlights": "Tahta uyarıları (son hamle)",
Expand Down
1 change: 1 addition & 0 deletions www/i18n/uk-UA.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default {
"maxTimePlaying": "Максимальний час, проведений у грі",
"now": "зараз",
"preferences": "Налаштування",
"display": "Відображення",
"pieceAnimation": "Анімація ходів",
"materialDifference": "Співвідношення матеріалу",
"boardHighlights": "Підсвітлення кольором (останнього ходу)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/vi-VN.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
"maxTimePlaying": "Thời gian dài nhất đã chơi",
"now": "bây giờ",
"preferences": "Cài đặt",
"gameDisplay": "Hiển thị ván cờ",
"display": "Hiển thị",
"pieceAnimation": "Tính linh hoạt của quân cờ",
"materialDifference": "Chênh lệch giá trị quân cờ",
"showKingMoves": "Hiển thị số lần vua đã di chuyển (cờ đam Frisian)",
Expand Down
2 changes: 1 addition & 1 deletion www/i18n/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
"maxTimePlaying": "最长连续对局时间",
"now": "现在",
"preferences": "偏好设置",
"gameDisplay": "棋局显示",
"display": "显示",
"pieceAnimation": "棋子动画",
"materialDifference": "子力差距",
"showKingMoves": "显示王棋移动的次数(Frisian跳棋)",
Expand Down

0 comments on commit bb09a32

Please sign in to comment.