mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
Dev (#1076)
* feat(i18n): add Greek translation (#1061) * i18n: complete Turkish (tr) translation (#1075) Fill in the remaining ~2100 UI strings in shared/src/i18n/tr so Turkish matches the English catalog. Brand names, URLs, and technical placeholders are left untranslated by design. * chore: prettier + lint * chore: enforce prettier & lint on shared package --------- Co-authored-by: Dimitris Kafetzis <39215021+Dkafetzis@users.noreply.github.com> Co-authored-by: Ahmet Yılmaz <70577707+sharkpaw@users.noreply.github.com>
This commit is contained in:
+16
-16
@@ -1,21 +1,21 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const undo: TranslationStrings = {
|
||||
'undo.button': 'Undo',
|
||||
'undo.tooltip': 'Undo: {action}',
|
||||
'undo.assignPlace': 'Place assigned to day',
|
||||
'undo.removeAssignment': 'Place removed from day',
|
||||
'undo.reorder': 'Places reordered',
|
||||
'undo.optimize': 'Route optimized',
|
||||
'undo.deletePlace': 'Place deleted',
|
||||
'undo.deletePlaces': 'Places deleted',
|
||||
'undo.moveDay': 'Place moved to another day',
|
||||
'undo.lock': 'Place lock toggled',
|
||||
'undo.importGpx': 'GPX import',
|
||||
'undo.importKeyholeMarkup': 'KMZ/KML import',
|
||||
'undo.importGoogleList': 'Google Maps import',
|
||||
'undo.importNaverList': 'Naver Maps import',
|
||||
'undo.addPlace': 'Place added',
|
||||
'undo.done': 'Undone: {action}',
|
||||
'undo.button': 'Geri al',
|
||||
'undo.tooltip': 'Geri al: {action}',
|
||||
'undo.assignPlace': 'Yer güne atandı',
|
||||
'undo.removeAssignment': 'Yer günden kaldırıldı',
|
||||
'undo.reorder': 'Yerler yeniden sıralandı',
|
||||
'undo.optimize': 'Rota optimize edildi',
|
||||
'undo.deletePlace': 'Yer silindi',
|
||||
'undo.deletePlaces': 'Yerler silindi',
|
||||
'undo.moveDay': 'Yer başka güne taşındı',
|
||||
'undo.lock': 'Yer kilidi değiştirildi',
|
||||
'undo.importGpx': 'GPX içe aktarma',
|
||||
'undo.importKeyholeMarkup': 'KMZ/KML içe aktarma',
|
||||
'undo.importGoogleList': 'Google Haritalar içe aktarma',
|
||||
'undo.importNaverList': 'Naver Haritalar içe aktarma',
|
||||
'undo.addPlace': 'Yer eklendi',
|
||||
'undo.done': 'Geri alındı: {action}',
|
||||
};
|
||||
export default undo;
|
||||
|
||||
Reference in New Issue
Block a user