Created
August 23, 2022 08:39
-
-
Save dbauszus-glx/72e1ed2253c23b5b3d5d169580c36ad4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapp.utils.merge(mapp.dictionaries, { | |
en: { | |
location_clear_all: "Clear locations", | |
}, | |
de: { | |
location_clear_all: "Entferne Auswahl" | |
}, | |
cn: { | |
location_clear_all: "모든 위치 제거", | |
}, | |
pl: { | |
location_clear_all: "Wyczyść selekcje", | |
}, | |
ko: { | |
location_clear_all: "清除所有地点", | |
}, | |
fr: { | |
location_clear_all: "Desélectionner tous les lieux.", | |
}, | |
ja: { | |
location_clear_all: "全ロケーションをクリア", | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment