From b45a328ad427708dc1a52768f786c5e7b9699df0 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Mon, 8 Dec 2025 09:28:49 +0000 Subject: [PATCH] Updated translations from Weblate --- .../Localizable/de.lproj/Localizable.strings | 14 +++++----- .../Localizable/eu.lproj/Localizable.strings | 17 +++++++++++- LinphoneApp.xcodeproj/project.pbxproj | 27 +++++++++++++++++++ 3 files changed, 51 insertions(+), 7 deletions(-) diff --git a/Linphone/Localizable/de.lproj/Localizable.strings b/Linphone/Localizable/de.lproj/Localizable.strings index 158351512..9b8f8afd2 100644 --- a/Linphone/Localizable/de.lproj/Localizable.strings +++ b/Linphone/Localizable/de.lproj/Localizable.strings @@ -67,10 +67,10 @@ "call_action_change_layout" = "Layout"; "call_action_go_to_calls_list" = "Anrufliste"; "call_action_hang_up" = "Auflegen"; -"call_action_pause_call" = "Pause"; +"call_action_pause_call" = "Halten"; "call_action_record_call" = "Aufnahmen"; "call_action_resume_call" = "Fortsetzen"; -"call_action_show_dialer" = "Wähler"; +"call_action_show_dialer" = "Tastatur"; "call_action_show_messages" = "Nachrichten"; "call_action_start_new_call" = "Neuer Anruf"; "call_audio_device_type_earpiece" = "Ohrhörer"; @@ -358,7 +358,7 @@ "sip_address_display_name" = "Anzeigename"; "sip_address_domain" = "Domäne"; "start" = "Start"; -"web_platform_register_email_url" = "TURN aktivieren"; +"web_platform_register_email_url" = "https://subscribe.linphone.org/register/email"; "welcome_page_3_title" = "Open source"; "welcome_page_title" = "Willkommen"; "conversation_end_to_end_encrypted_event_subtitle" = "Nachrichten in dieser Gespr sind Ende-zu-Ende verschlüsselt. Nur Ihr Gesprächspartner kann sie entschlüsseln."; @@ -429,8 +429,8 @@ "calls_count_label" = "%@ Anrufe"; "contact_video_call_action" = "Videoanruf"; "contacts_list_filter_popup_see_linphone_only" = "%@ Kontakte siehen"; -"conversation_composing_label_multiple" = "%@ sind zusammengestellt…"; -"conversation_composing_label_single" = "%@ ist zusammengestellt…"; +"conversation_composing_label_multiple" = "%@ schreiben…"; +"conversation_composing_label_single" = "%@ schreibt…"; "conversation_ephemeral_messages_duration_multiple_days" = "%d Tage"; "conversation_event_admin_set" = "%@ ist Administrator"; "conversation_event_admin_unset" = "$@ ist nicht mehr Administrator"; @@ -440,7 +440,7 @@ "conversation_event_subject_changed" = "neues Betreff: %@"; "conversations_files_waiting_to_be_shared_single" = "1 Datei wartet auf Freigabe"; "conversations_files_waiting_to_be_shared_multiple" = "%@ Dateien warten auf Freigabe"; -"conversation_info_participants_list_title" = "Gruppe Teilnehmer (%d)"; +"conversation_info_participants_list_title" = "Gruppenteilnehmer (%d)"; "conversation_message_meeting_cancelled_label" = "Das Besprechung wurde abgesagt!"; "conversation_one_to_one_hidden_subject" = "Dummy-Betreff"; "conversation_reply_to_message_title" = "Antwort auf: "; @@ -507,3 +507,5 @@ "help_about_privacy_policy_subtitle" = "Welche Informationen Linphone sammelt und nutzt"; "help_about_title" = "Über Linphone"; "help_about_user_guide_title" = "Linphone Benutzerhandbuch"; +"help_about_open_source_licenses_title" = "GNU General Public License v3.0"; +"help_about_open_source_licenses_subtitle" = "© Belledonne Communications 2010-2024"; diff --git a/Linphone/Localizable/eu.lproj/Localizable.strings b/Linphone/Localizable/eu.lproj/Localizable.strings index 8b1378917..0d60592fc 100644 --- a/Linphone/Localizable/eu.lproj/Localizable.strings +++ b/Linphone/Localizable/eu.lproj/Localizable.strings @@ -1 +1,16 @@ - +"next" = "Hurrengoa"; +"account_settings_dialog_invalid_password_hint" = "Pasahitza"; +"dialog_accept" = "Onartu"; +"dialog_deny" = "Ukatu"; +"or" = "edo"; +"password" = "Pasahitza"; +"phone_number" = "Telefono zenbakia"; +"settings_advanced_device_id" = "Gailuaren IDa"; +"settings_contacts_carddav_name_title" = "Erakusteko izena"; +"settings_contacts_carddav_password_title" = "Pasahitza"; +"settings_contacts_carddav_username_title" = "Erabiltzaile izena"; +"settings_contacts_ldap_password_title" = "Pasahitza"; +"sip_address_display_name" = "Erakusteko izena"; +"sip_address_domain" = "Domeinua"; +"start" = "Hasi"; +"username" = "Erabiltzaile izena"; diff --git a/LinphoneApp.xcodeproj/project.pbxproj b/LinphoneApp.xcodeproj/project.pbxproj index c74722af0..19e85153b 100644 --- a/LinphoneApp.xcodeproj/project.pbxproj +++ b/LinphoneApp.xcodeproj/project.pbxproj @@ -357,6 +357,15 @@ D737AEF02DA01203005C1280 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = Localizable/fr.lproj/Localizable.strings; sourceTree = ""; }; D738ACED2E857BEF0039F7D1 /* KeyboardResponder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardResponder.swift; sourceTree = ""; }; D73DD7CF2EE184A500654313 /* RecordingsListBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordingsListBottomSheet.swift; sourceTree = ""; }; + D73DD7EC2EE6DAE100654313 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = Localizable/eu.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7EE2EE6DBA900654313 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = Localizable/ca.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7F02EE6DC4000654313 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = Localizable/fi.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7F22EE6DCC600654313 /* mk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = mk; path = Localizable/mk.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7F42EE6DD2A00654313 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = Localizable/pt.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7F62EE6DD5600654313 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localizable/es.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7F82EE6DDE200654313 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = Localizable/nl.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7FA2EE6DF0500654313 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Localizable/hu.lproj/Localizable.strings; sourceTree = ""; }; + D73DD7FC2EE6DF4F00654313 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "Localizable/pt-BR.lproj/Localizable.strings"; sourceTree = ""; }; D7458F2F2E0BDCF4000C957A /* linphoneExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = linphoneExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; D748BF2B2ACD82D2004844EB /* ThirdPartySipAccountLoginFragment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThirdPartySipAccountLoginFragment.swift; sourceTree = ""; }; D748BF2D2ACD82E7004844EB /* ThirdPartySipAccountWarningFragment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThirdPartySipAccountWarningFragment.swift; sourceTree = ""; }; @@ -1232,6 +1241,15 @@ ru, "zh-Hans", sk, + eu, + ca, + fi, + mk, + pt, + es, + nl, + hu, + "pt-BR", ); mainGroup = D719ABAA2ABC67BF00B41C10; packageReferences = ( @@ -1558,6 +1576,15 @@ D7F372C32E65C51B0008B863 /* ru */, D7F372C42E65C51E0008B863 /* zh-Hans */, D71C266F2E819A0D001A7F92 /* sk */, + D73DD7EC2EE6DAE100654313 /* eu */, + D73DD7EE2EE6DBA900654313 /* ca */, + D73DD7F02EE6DC4000654313 /* fi */, + D73DD7F22EE6DCC600654313 /* mk */, + D73DD7F42EE6DD2A00654313 /* pt */, + D73DD7F62EE6DD5600654313 /* es */, + D73DD7F82EE6DDE200654313 /* nl */, + D73DD7FA2EE6DF0500654313 /* hu */, + D73DD7FC2EE6DF4F00654313 /* pt-BR */, ); name = Localizable.strings; sourceTree = "";