mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
chore: move i18n to shared package (#1066)
* chore: move i18n to shared package * chore: move server translations to shared package and apply linter and prettier on entire shared package
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const inspector: TranslationStrings = {
|
||||
'inspector.opened': 'Otevřeno',
|
||||
'inspector.closed': 'Zavřeno',
|
||||
'inspector.openingHours': 'Otevírací doba',
|
||||
'inspector.showHours': 'Zobrazit otevírací dobu',
|
||||
'inspector.files': 'Soubory',
|
||||
'inspector.filesCount': '{count} souborů',
|
||||
'inspector.removeFromDay': 'Odebrat ze dne',
|
||||
'inspector.remove': 'Odstranit',
|
||||
'inspector.addToDay': 'Přidat ke dni',
|
||||
'inspector.confirmedRes': 'Potvrzená rezervace',
|
||||
'inspector.pendingRes': 'Čekající rezervace',
|
||||
'inspector.google': 'Otevřít v Google Mapách',
|
||||
'inspector.website': 'Otevřít webové stránky',
|
||||
'inspector.addRes': 'Rezervace',
|
||||
'inspector.editRes': 'Upravit rezervaci',
|
||||
'inspector.participants': 'Účastníci',
|
||||
'inspector.trackStats': 'Data trasy',
|
||||
};
|
||||
export default inspector;
|
||||
Reference in New Issue
Block a user