Date Fixes, Translations, Misc Bugs (#840)
* Translated using Weblate (Spanish) Currently translated at 100.0% (956 of 956 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/es/ * Added translation using Weblate (English (United States)) * Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (956 of 956 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/nb_NO/ * Remove empty English (United States) locale file * Translated using Weblate (Spanish) Currently translated at 100.0% (956 of 956 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/es/ * [BUG]Ordered Itinerary includes visits that are outside itinerary date range Fixes #746 * [BUG] Server Error (500) when trying to access the API docs Fixes #712 * [BUG] Single day Collections will think location visits are out of date range Fixes #827 * Fixes #654 * Translated using Weblate (Spanish) Currently translated at 100.0% (956 of 956 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/es/ * Added Slovak translations (#815) * Created sk.json * Update Navbar.svelte * Update +layout.svelte --------- Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> * Implement code changes to enhance functionality and improve performance --------- Co-authored-by: Nikolai Eidsheim <nikolai.eidsheim@gmail.com> Co-authored-by: Sergio <garcia.sergio@me.com> Co-authored-by: fantastron27 <fantastron27@gmail.com>
This commit is contained in:
@@ -422,7 +422,9 @@
|
||||
"recorded_sessions": "جلسات مسجلة",
|
||||
"total_activities": "الأنشطة الكلية",
|
||||
"total_climbed": "مجموع تسلق",
|
||||
"total_distance": "إجمالي المسافة"
|
||||
"total_distance": "إجمالي المسافة",
|
||||
"dates_not_saved": "زيارة لم تتم إضافتها بعد",
|
||||
"dates_not_saved_description": "انقر فوق إضافة زيارة إلى حفظ"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "تأكيد كلمة المرور",
|
||||
|
||||
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "Aufgenommene Sitzungen",
|
||||
"total_activities": "Gesamtaktivitäten",
|
||||
"total_climbed": "Total bestiegen",
|
||||
"total_distance": "Gesamtabstand"
|
||||
"total_distance": "Gesamtabstand",
|
||||
"dates_not_saved": "Besuchen Sie noch nicht hinzugefügt",
|
||||
"dates_not_saved_description": "Klicken Sie auf Besuchen Sie, um sie zu speichern"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Entdecken, planen und erkunden Sie mühelos",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "Sessions enregistrées",
|
||||
"total_activities": "Activités totales",
|
||||
"total_climbed": "Total grimpé",
|
||||
"total_distance": "Distance totale"
|
||||
"total_distance": "Distance totale",
|
||||
"dates_not_saved": "Visitez non encore ajouté",
|
||||
"dates_not_saved_description": "Cliquez sur Ajouter une visite pour enregistrer"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||
|
||||
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "Sessioni registrate",
|
||||
"total_activities": "Attività totali",
|
||||
"total_climbed": "Totale scalato",
|
||||
"total_distance": "Distanza totale"
|
||||
"total_distance": "Distanza totale",
|
||||
"dates_not_saved": "Visitare non ancora aggiunto",
|
||||
"dates_not_saved_description": "Fai clic su Aggiungi visita per salvare"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
||||
|
||||
@@ -422,7 +422,9 @@
|
||||
"recorded_sessions": "録音されたセッション",
|
||||
"total_activities": "総アクティビティ",
|
||||
"total_climbed": "総登り",
|
||||
"total_distance": "総距離"
|
||||
"total_distance": "総距離",
|
||||
"dates_not_saved": "まだ追加されていません",
|
||||
"dates_not_saved_description": "[訪問の追加]をクリックして保存します"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "パスワードを認証する",
|
||||
|
||||
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "기록 된 세션",
|
||||
"total_activities": "총 활동",
|
||||
"total_climbed": "총계가 올라 갔다",
|
||||
"total_distance": "총 거리"
|
||||
"total_distance": "총 거리",
|
||||
"dates_not_saved": "아직 추가되지 않았습니다",
|
||||
"dates_not_saved_description": "저장을 위해 방문 추가를 클릭하십시오"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "비밀번호 확인",
|
||||
|
||||
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "Opgenomen sessies",
|
||||
"total_activities": "Totale activiteiten",
|
||||
"total_climbed": "Totaal geklommen",
|
||||
"total_distance": "Totale afstand"
|
||||
"total_distance": "Totale afstand",
|
||||
"dates_not_saved": "Bezoek nog niet toegevoegd",
|
||||
"dates_not_saved_description": "Klik op Bezoek toevoegen om op te slaan"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Ontdek, plan en verken met gemak",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -476,7 +476,9 @@
|
||||
"recorded_sessions": "Nagrane sesje",
|
||||
"total_activities": "Całkowite działania",
|
||||
"total_climbed": "Całkowita wspinana",
|
||||
"total_distance": "Całkowita odległość"
|
||||
"total_distance": "Całkowita odległość",
|
||||
"dates_not_saved": "Wizyta jeszcze nie dodana",
|
||||
"dates_not_saved_description": "Kliknij Dodaj wizytę, aby zapisać"
|
||||
},
|
||||
"worldtravel": {
|
||||
"country_list": "Lista krajów",
|
||||
|
||||
@@ -422,7 +422,9 @@
|
||||
"recorded_sessions": "Sessões gravadas",
|
||||
"total_activities": "Atividades totais",
|
||||
"total_climbed": "Total escalou",
|
||||
"total_distance": "Distância total"
|
||||
"total_distance": "Distância total",
|
||||
"dates_not_saved": "Visite ainda não adicionado",
|
||||
"dates_not_saved_description": "Clique em Adicionar visita para salvar"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "Confirme sua senha",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1016
frontend/src/locales/sk.json
Normal file
1016
frontend/src/locales/sk.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -423,7 +423,9 @@
|
||||
"recorded_sessions": "Inspelade sessioner",
|
||||
"total_activities": "Totala aktiviteter",
|
||||
"total_climbed": "Total stigning",
|
||||
"total_distance": "Totalt avstånd"
|
||||
"total_distance": "Totalt avstånd",
|
||||
"dates_not_saved": "Besök ännu inte tillagd",
|
||||
"dates_not_saved_description": "Klicka på Lägg till Besök för att spara"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Upptäck, planera och utforska med lätthet",
|
||||
|
||||
@@ -476,7 +476,9 @@
|
||||
"recorded_sessions": "记录的会议",
|
||||
"total_activities": "总活动",
|
||||
"total_climbed": "总攀登",
|
||||
"total_distance": "总距离"
|
||||
"total_distance": "总距离",
|
||||
"dates_not_saved": "访问尚未添加",
|
||||
"dates_not_saved_description": "点击添加访问以保存"
|
||||
},
|
||||
"auth": {
|
||||
"forgot_password": "忘记密码?",
|
||||
|
||||
Reference in New Issue
Block a user