Skip to content

Commit 419a5b6

Browse files
committed
feat: add geo-based URL routing functionality with dashboard UI support
1 parent 860bdaf commit 419a5b6

18 files changed

Lines changed: 122 additions & 6 deletions

File tree

i18n/locales/de-DE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Beschreibung",
250250
"og_description_placeholder": "Link-Beschreibung",
251251
"og_image": "Bild",
252+
"geo_routing": "Geo-Routing",
253+
"add_geo_route": "Geo-Route hinzufügen",
254+
"country_code": "Ländercode (z. B. DE)",
255+
"find_country_code": "Finden Sie Ihren Ländercode",
252256
"advanced": "Erweitert",
253257
"more_options": "Weitere Optionen",
254258
"image_invalid_type": "Bitte lade eine Bilddatei hoch",

i18n/locales/en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Description",
250250
"og_description_placeholder": "Link description",
251251
"og_image": "Image",
252+
"geo_routing": "Geo Routing",
253+
"add_geo_route": "Add Geo Route",
254+
"country_code": "Country Code (e.g. US)",
255+
"find_country_code": "Find your country code",
252256
"advanced": "Advanced",
253257
"more_options": "More Options",
254258
"image_invalid_type": "Please upload an image file",

i18n/locales/fr-FR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Description",
250250
"og_description_placeholder": "Description du lien",
251251
"og_image": "Image",
252+
"geo_routing": "Routage géographique",
253+
"add_geo_route": "Ajouter une route géographique",
254+
"country_code": "Code pays (par ex. FR)",
255+
"find_country_code": "Trouver votre code pays",
252256
"advanced": "Avancé",
253257
"more_options": "Plus d'options",
254258
"image_invalid_type": "Veuillez télécharger un fichier image",

i18n/locales/id-ID.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Deskripsi",
250250
"og_description_placeholder": "Deskripsi tautan",
251251
"og_image": "Gambar",
252+
"geo_routing": "Perutean Geo",
253+
"add_geo_route": "Tambah Rute Geo",
254+
"country_code": "Kode Negara (mis. ID)",
255+
"find_country_code": "Cari kode negara Anda",
252256
"advanced": "Lanjutan",
253257
"more_options": "Opsi Tambahan",
254258
"image_invalid_type": "Harap unggah file gambar",

i18n/locales/it-IT.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Descrizione",
250250
"og_description_placeholder": "Descrizione del link",
251251
"og_image": "Immagine",
252+
"geo_routing": "Routing Geografico",
253+
"add_geo_route": "Aggiungi Rotta Geografica",
254+
"country_code": "Codice Paese (es. IT)",
255+
"find_country_code": "Trova il codice del tuo paese",
252256
"advanced": "Avanzate",
253257
"more_options": "Altre Opzioni",
254258
"image_invalid_type": "Carica un file immagine valido",

i18n/locales/pt-BR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Descrição",
250250
"og_description_placeholder": "Descrição do link",
251251
"og_image": "Imagem",
252+
"geo_routing": "Roteamento Geográfico",
253+
"add_geo_route": "Adicionar Rota Geográfica",
254+
"country_code": "Código do País (ex. BR)",
255+
"find_country_code": "Encontre o código do seu país",
252256
"advanced": "Avançado",
253257
"more_options": "Mais opções",
254258
"image_invalid_type": "Por favor, envie um arquivo de imagem",

i18n/locales/pt-PT.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Descrição",
250250
"og_description_placeholder": "Descrição do link",
251251
"og_image": "Imagem",
252+
"geo_routing": "Roteamento Geográfico",
253+
"add_geo_route": "Adicionar Rota Geográfica",
254+
"country_code": "Código do País (ex. PT)",
255+
"find_country_code": "Encontre o código do seu país",
252256
"advanced": "Avançado",
253257
"more_options": "Mais opções",
254258
"image_invalid_type": "Por favor, carrega um ficheiro de imagem",

i18n/locales/vi-VN.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "Mô tả",
250250
"og_description_placeholder": "Mô tả liên kết",
251251
"og_image": "Hình ảnh",
252+
"geo_routing": "Định tuyến theo địa lý",
253+
"add_geo_route": "Thêm tuyến đường địa lý",
254+
"country_code": "Mã quốc gia (ví dụ: VN)",
255+
"find_country_code": "Tìm mã quốc gia của bạn",
252256
"advanced": "Nâng cao",
253257
"more_options": "Thêm tùy chọn",
254258
"image_invalid_type": "Vui lòng tải lên tệp hình ảnh",

i18n/locales/zh-CN.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@
249249
"og_description": "描述",
250250
"og_description_placeholder": "链接描述",
251251
"og_image": "图片",
252-
"advanced": "高级设置",
252+
"geo_routing": "地理路由",
253+
"add_geo_route": "添加地理路由",
254+
"country_code": "国家/地区代码 (例如 CN)",
255+
"find_country_code": "查找您的国家/地区代码",
256+
"advanced": "高级选项",
253257
"more_options": "更多选项",
254258
"image_invalid_type": "请上传图片文件",
255259
"image_size_limit": "图片大小不能超过 5MB",

i18n/locales/zh-TW.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"og_description": "描述",
250250
"og_description_placeholder": "連結描述",
251251
"og_image": "圖片",
252+
"geo_routing": "地理路由",
253+
"add_geo_route": "新增地理路由",
254+
"country_code": "國家/地區代碼 (例如 TW)",
255+
"find_country_code": "尋找您的國家/地區代碼",
252256
"advanced": "進階設置",
253257
"more_options": "更多選項",
254258
"image_invalid_type": "請上傳圖片檔案",

0 commit comments

Comments
 (0)