fix(translation): run translation command

This commit is contained in:
alexsparkes 2024-02-07 23:50:51 +00:00
parent bd9c868196
commit f71c19d081
14 changed files with 807 additions and 663 deletions

View File

@ -67,6 +67,10 @@
"pin": "পিন", "pin": "পিন",
"add": "যোগ করুন", "add": "যোগ করুন",
"no_todos": "সব নেই" "no_todos": "সব নেই"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "এলোমেলো রঙ", "random_colour": "এলোমেলো রঙ",
"random_gradient": "এলোমেলো গ্রেডিয়েন্ট" "random_gradient": "এলোমেলো গ্রেডিয়েন্ট"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "উৎস", "title": "উৎস",
"subtitle": "পটভূমির ছবি কোথা থেকে পাবেন তা নির্বাচন করুন", "subtitle": "পটভূমির ছবি কোথা থেকে পাবেন তা নির্বাচন করুন",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "None", "none": "None",
"page": "Page" "page": "Page"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Font", "title": "Font",

View File

@ -67,6 +67,10 @@
"pin": "Pinn", "pin": "Pinn",
"add": "Hinzufügen", "add": "Hinzufügen",
"no_todos": "Keine Todos" "no_todos": "Keine Todos"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Zufällige Farben", "random_colour": "Zufällige Farben",
"random_gradient": "Zufälliger Verlauf" "random_gradient": "Zufälliger Verlauf"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Quelle", "title": "Quelle",
"subtitle": "Wählen Sie aus, woher die Hintergrundbilder kommen sollen", "subtitle": "Wählen Sie aus, woher die Hintergrundbilder kommen sollen",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Keine", "none": "Keine",
"page": "Seite" "page": "Seite"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Schriftart", "title": "Schriftart",

View File

@ -226,6 +226,12 @@
"random_colour": "Random colour", "random_colour": "Random colour",
"random_gradient": "Random gradient" "random_gradient": "Random gradient"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Source", "title": "Source",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",

View File

@ -67,6 +67,10 @@
"pin": "Pin", "pin": "Pin",
"add": "Añadir", "add": "Añadir",
"no_todos": "Sin tareas" "no_todos": "Sin tareas"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Color aleatorio", "random_colour": "Color aleatorio",
"random_gradient": "Degradado aleatorio" "random_gradient": "Degradado aleatorio"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Fuente", "title": "Fuente",
"subtitle": "Seleccione de dónde obtener las imágenes de fondo", "subtitle": "Seleccione de dónde obtener las imágenes de fondo",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Ninguno", "none": "Ninguno",
"page": "Página" "page": "Página"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Fuente", "title": "Fuente",

View File

@ -67,6 +67,10 @@
"pin": "Pin", "pin": "Pin",
"add": "Add", "add": "Add",
"no_todos": "No Todos" "no_todos": "No Todos"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Color aleatorio", "random_colour": "Color aleatorio",
"random_gradient": "Degradado aleatorio" "random_gradient": "Degradado aleatorio"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Fuente", "title": "Fuente",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Ninguno", "none": "Ninguno",
"page": "Página" "page": "Página"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Fuente", "title": "Fuente",

View File

@ -67,6 +67,10 @@
"pin": "Pin", "pin": "Pin",
"add": "Add", "add": "Add",
"no_todos": "No Todos" "no_todos": "No Todos"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Random colour", "random_colour": "Random colour",
"random_gradient": "Random gradient" "random_gradient": "Random gradient"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Source", "title": "Source",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "None", "none": "None",
"page": "Page" "page": "Page"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Font", "title": "Font",

View File

@ -67,6 +67,10 @@
"pin": "Sematkan", "pin": "Sematkan",
"add": "Tambah", "add": "Tambah",
"no_todos": "Tidak ada Tugas" "no_todos": "Tidak ada Tugas"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Warna acak", "random_colour": "Warna acak",
"random_gradient": "Gradasi acak" "random_gradient": "Gradasi acak"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Sumber", "title": "Sumber",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Nonaktif", "none": "Nonaktif",
"page": "Halaman" "page": "Halaman"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Font", "title": "Font",

File diff suppressed because it is too large Load Diff

View File

@ -67,6 +67,10 @@
"pin": "Pin", "pin": "Pin",
"add": "Add", "add": "Add",
"no_todos": "No Todos" "no_todos": "No Todos"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Random colour", "random_colour": "Random colour",
"random_gradient": "Random gradient" "random_gradient": "Random gradient"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Source", "title": "Source",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "None", "none": "None",
"page": "Page" "page": "Page"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Font", "title": "Font",

View File

@ -67,6 +67,10 @@
"pin": "Fixar", "pin": "Fixar",
"add": "Adicionar", "add": "Adicionar",
"no_todos": "Sem Tarefas" "no_todos": "Sem Tarefas"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "cor aleatória", "random_colour": "cor aleatória",
"random_gradient": "Gradiente aleatório" "random_gradient": "Gradiente aleatório"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Fonte", "title": "Fonte",
"subtitle": "Selecione de onde obter as imagens de plano de fundo", "subtitle": "Selecione de onde obter as imagens de plano de fundo",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Nenhum", "none": "Nenhum",
"page": "Página" "page": "Página"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Fonte", "title": "Fonte",

View File

@ -67,6 +67,10 @@
"pin": "Fixar", "pin": "Fixar",
"add": "Adicionar", "add": "Adicionar",
"no_todos": "Sem afazeres" "no_todos": "Sem afazeres"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "cor aleatória", "random_colour": "cor aleatória",
"random_gradient": "Gradiente aleatório" "random_gradient": "Gradiente aleatório"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Fonte", "title": "Fonte",
"subtitle": "Selecione de onde obter as imagens de plano de fundo", "subtitle": "Selecione de onde obter as imagens de plano de fundo",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Nenhum", "none": "Nenhum",
"page": "Página" "page": "Página"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Fonte", "title": "Fonte",

View File

@ -67,6 +67,10 @@
"pin": "Прикрепить", "pin": "Прикрепить",
"add": "Добавить", "add": "Добавить",
"no_todos": "Нет задач" "no_todos": "Нет задач"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Случайный цвет", "random_colour": "Случайный цвет",
"random_gradient": "Случайный градиент" "random_gradient": "Случайный градиент"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Source", "title": "Source",
"subtitle": "Выберите, откуда брать фоновые изображения", "subtitle": "Выберите, откуда брать фоновые изображения",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "None", "none": "None",
"page": "Page" "page": "Page"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Font", "title": "Font",

View File

@ -67,6 +67,10 @@
"pin": "Tuttur", "pin": "Tuttur",
"add": "Ekle", "add": "Ekle",
"no_todos": "Yapılacak bir şey yok" "no_todos": "Yapılacak bir şey yok"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "Özel renk", "random_colour": "Özel renk",
"random_gradient": "Özel gradyan" "random_gradient": "Özel gradyan"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "Kaynak", "title": "Kaynak",
"subtitle": "Arka plan resimlerinin nereden alınacağını seçin.", "subtitle": "Arka plan resimlerinin nereden alınacağını seçin.",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "Hiçbiri", "none": "Hiçbiri",
"page": "Sayfa" "page": "Sayfa"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "Yazı tipi", "title": "Yazı tipi",

View File

@ -67,6 +67,10 @@
"pin": "Pin", "pin": "Pin",
"add": "Add", "add": "Add",
"no_todos": "No Todos" "no_todos": "No Todos"
},
"apps": {
"title": "Apps",
"no_apps": "No app links found"
} }
} }
}, },
@ -222,6 +226,12 @@
"random_colour": "随机纯色背景", "random_colour": "随机纯色背景",
"random_gradient": "随机渐变色背景" "random_gradient": "随机渐变色背景"
}, },
"unsplash": {
"title": "Unsplash Collection(s)",
"subtitle": "Select the collection(s) you want to use for your background",
"id": "Collection ID(s)",
"id_subtitle": "Enter a comma separated list of Unsplash IDs"
},
"source": { "source": {
"title": "来源", "title": "来源",
"subtitle": "Select where to get background images from", "subtitle": "Select where to get background images from",
@ -361,7 +371,8 @@
"refresh_options": { "refresh_options": {
"none": "不显示", "none": "不显示",
"page": "页面" "page": "页面"
} },
"apps_subtitle": "Create a shortcut of your other commonly used websites."
}, },
"font": { "font": {
"title": "字体", "title": "字体",