chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -65,10 +65,17 @@ const translation = {
no: 'Nie',
deleteConfirmTitle: 'Usunąć?',
confirmAction: 'Proszę potwierdzić swoją akcję.',
noSearchResults: 'Nie znaleziono {{content}}',
resetKeywords: 'Resetuj słowa kluczowe',
selectCount: '{{count}} Wybrane',
searchCount: 'Znajdź {{count}} {{content}}',
noSearchCount: '0 {{content}}',
now: 'Teraz',
},
placeholder: {
input: 'Proszę wprowadzić',
select: 'Proszę wybrać',
search: 'Szukaj...',
},
voice: {
language: {
@@ -787,6 +794,13 @@ const translation = {
label: {
optional: '(Opcjonalnie)',
},
noData: 'Brak danych',
dynamicSelect: {
error: 'Nie udało się załadować opcji',
noData: 'Brak dostępnych opcji',
loading: 'Ładowanie opcji...',
selected: '{{count}} wybrano',
},
}
export default translation