chore(DriverView): improved propositions locale texts

This commit is contained in:
2026-04-28 14:34:04 +02:00
parent 676cb206c8
commit eb0821046c
3 changed files with 7 additions and 4 deletions
@@ -1,5 +1,7 @@
<template> <template>
<div class="driver-propositions"> <div class="driver-propositions">
<h3>{{ t('trains.number-propositions-header') }}</h3>
<div class="categories-select"> <div class="categories-select">
<button <button
v-for="(category, i) in availableCategories" v-for="(category, i) in availableCategories"
@@ -268,6 +270,7 @@ function selectCategory(i: number) {
display: inline-flex; display: inline-flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.5em; gap: 0.5em;
margin-top: 0.5em;
position: relative; position: relative;
+2 -2
View File
@@ -438,10 +438,10 @@
"driver-not-found-others": "Player {driver} is online as:", "driver-not-found-others": "Player {driver} is online as:",
"driver-not-found-return": "RETURN TO THE MAIN SITE", "driver-not-found-return": "RETURN TO THE MAIN SITE",
"stock-copy": "COPY THE STOCK", "stock-copy": "COPY THE STOCK",
"number-propositions": "PROPOSE NUMBER", "number-propositions": "NUMBER & WARNINGS SUGGESTIONS",
"stock-clipboard-success": "Successfully copied the railway stock in a text form to your clipboard!", "stock-clipboard-success": "Successfully copied the railway stock in a text form to your clipboard!",
"stock-clipboard-failure": "Oops! Something happened and the railway stock couldn't be copied to your clipboard! :/", "stock-clipboard-failure": "Oops! Something happened and the railway stock couldn't be copied to your clipboard! :/",
"number-propositions-header": "Generate number examples for selected category:", "number-propositions-header": "Generate number examples for a train category:",
"number-propositions-third-number": "Third digit:", "number-propositions-third-number": "Third digit:",
"number-propositions-last-nums": "{count} last digits from the range of:", "number-propositions-last-nums": "{count} last digits from the range of:",
"number-propositions-title": "Propositions:", "number-propositions-title": "Propositions:",
+2 -2
View File
@@ -425,10 +425,10 @@
"driver-not-found-others": "Gracz {driver} jest online jako:", "driver-not-found-others": "Gracz {driver} jest online jako:",
"driver-not-found-return": "WRÓĆ NA STRONĘ GŁÓWNĄ", "driver-not-found-return": "WRÓĆ NA STRONĘ GŁÓWNĄ",
"stock-copy": "SKOPIUJ SKŁAD", "stock-copy": "SKOPIUJ SKŁAD",
"number-propositions": "ZAPROPONUJ NUMER", "number-propositions": "PROPOZYCJE NUMERÓW I UWAG",
"stock-clipboard-success": "Pomyślnie skopiowano skład w postaci tekstowej do schowka!", "stock-clipboard-success": "Pomyślnie skopiowano skład w postaci tekstowej do schowka!",
"stock-clipboard-failure": "Ups! Nie udało się skopiować składu do schowka! :/", "stock-clipboard-failure": "Ups! Nie udało się skopiować składu do schowka! :/",
"number-propositions-header": "Wygeneruj propozycje numerów dla kategorii pociągu:", "number-propositions-header": "Wygeneruj propozycje numerów dla pociągu kategorii:",
"number-propositions-third-number": "Trzecia cyfra:", "number-propositions-third-number": "Trzecia cyfra:",
"number-propositions-last-nums": "{count} ostatnie cyfry z przedziału:", "number-propositions-last-nums": "{count} ostatnie cyfry z przedziału:",
"number-propositions-title": "Propozycje:", "number-propositions-title": "Propozycje:",