mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-28 06:26:39 +10:00
Merge branch 'main' into unread-peoplefirst
This commit is contained in:
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopied": "Рекламата е копирана в клипборда.",
|
||||
"contacts_zeroHopContactAdvertFailed": "Неуспешно изпращане на контакт.",
|
||||
"contacts_zeroHopContactAdvertSent": "Изпратен контакт по обява.",
|
||||
"contacts_contactAdvertCopyFailed": "Копирането на обявата в клипборда не успя."
|
||||
"contacts_contactAdvertCopyFailed": "Копирането на обявата в клипборда не успя.",
|
||||
"notification_activityTitle": "Активност на MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{съобщение} other{съобщения}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{съобщение в канал} other{съобщения в канали}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{нов възел} other{нови възли}}",
|
||||
"notification_newTypeDiscovered": "Открит нов {contactType}",
|
||||
"notification_receivedNewMessage": "Получено ново съобщение",
|
||||
"contacts_contactAdvertCopyFailed": "Копирането на обявата в клипборда не успя.",
|
||||
"settings_gpxExportContactsSubtitle": "Експортира спътници с местоположение в GPX файл.",
|
||||
"settings_gpxExportRepeatersSubtitle": "Изпраща повторители / roomserver с местоположение в GPX файл.",
|
||||
"settings_gpxExportAll": "Експортирай всички контакти в GPX",
|
||||
"settings_gpxExportAllSubtitle": "Експортира всички контакти с местоположение в файл GPX.",
|
||||
"settings_gpxExportRepeaters": "Експортиране на повтарящи се устройства / сървър на стаята до GPX",
|
||||
"settings_gpxExportContacts": "Експортирай спътници към GPX",
|
||||
"settings_gpxExportSuccess": "Успешно изlexport на файл GPX.",
|
||||
"settings_gpxExportNoContacts": "Няма контакти за изlexport.",
|
||||
"settings_gpxExportChat": "Местоположения на спътници",
|
||||
"settings_gpxExportError": "Възникна грешка при изнасяне.",
|
||||
"settings_gpxExportRepeatersRoom": "Местоположения на повторител и сървър на стаята",
|
||||
"settings_gpxExportNotAvailable": "Не е поддържан на вашето устройство/ОС",
|
||||
"settings_gpxExportAllContacts": "Местоположения на всички контакти",
|
||||
"settings_gpxExportShareText": "Картинни данни изнесени от meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open износ на данни за карта в формат GPX",
|
||||
"pathTrace_someHopsNoLocation": "Един или повече от хмелите липсва местоположение!"
|
||||
|
||||
}
|
||||
|
||||
+46
-1
@@ -1568,5 +1568,50 @@
|
||||
"contacts_zeroHopContactAdvertFailed": "Kontakt konnte nicht gesendet werden.",
|
||||
"contacts_zeroHopContactAdvertSent": "Kontakt über Anzeige gesendet",
|
||||
"contacts_contactAdvertCopied": "Anzeige in die Zwischenablage kopiert.",
|
||||
"contacts_contactAdvertCopyFailed": "Kopieren des Werbeinhalts in die Zwischenablage fehlgeschlagen."
|
||||
"contacts_contactAdvertCopyFailed": "Kopieren des Werbeinhalts in die Zwischenablage fehlgeschlagen.",
|
||||
|
||||
"notification_activityTitle": "MeshCore Aktivität",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{Nachricht} other{Nachrichten}}",
|
||||
"@notification_messagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{Kanalnachricht} other{Kanalnachrichten}}",
|
||||
"@notification_channelMessagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{neuer Knoten} other{neue Knoten}}",
|
||||
"@notification_newNodesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newTypeDiscovered": "Neuer {contactType} entdeckt",
|
||||
"@notification_newTypeDiscovered": {
|
||||
"placeholders": {
|
||||
"contactType": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"notification_receivedNewMessage": "Neue Nachricht empfangen",
|
||||
"contacts_contactAdvertCopyFailed": "Kopieren des Werbeinhalts in die Zwischenablage fehlgeschlagen.",
|
||||
"settings_gpxExportAll": "Alle Kontakte nach GPX exportieren",
|
||||
"settings_gpxExportAllSubtitle": "Exportiert alle Kontakte mit einem Standort in eine GPX-Datei.",
|
||||
"settings_gpxExportRepeaters": "Repeater und Raumserver nach GPX exportieren",
|
||||
"settings_gpxExportContacts": "Begleiter nach GPX exportieren",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exportiert Repeater und Raumserver mit einem Standort in eine GPX-Datei.",
|
||||
"settings_gpxExportContactsSubtitle": "Exportiert Begleiter mit einem Ort in eine GPX-Datei.",
|
||||
"settings_gpxExportRepeatersRoom": "Repeater- und Raumserver-Standorte",
|
||||
"settings_gpxExportChat": "Begleiterstandorte",
|
||||
"settings_gpxExportNoContacts": "Keine Kontakte zum Exportieren.",
|
||||
"settings_gpxExportError": "Beim Export ist ein Fehler aufgetreten.",
|
||||
"settings_gpxExportNotAvailable": "Nicht auf Ihrem Gerät/Betriebssystem unterstützt",
|
||||
"settings_gpxExportSuccess": "Erfolgreich GPX-Datei exportiert.",
|
||||
"settings_gpxExportAllContacts": "Alle Kontaktstandorte",
|
||||
"settings_gpxExportShareSubject": "meshcore-open GPX-Kartendaten exportieren",
|
||||
"settings_gpxExportShareText": "Kartendaten aus meshcore-open exportiert",
|
||||
"pathTrace_someHopsNoLocation": "Eine oder mehrere der Hopfen fehlen einen Standort!"
|
||||
|
||||
}
|
||||
|
||||
+45
-1
@@ -1317,6 +1317,7 @@
|
||||
"pathTrace_failed": "Path trace failed.",
|
||||
"pathTrace_notAvailable": "Path trace not available.",
|
||||
"pathTrace_refreshTooltip": "Refresh Path Trace.",
|
||||
"pathTrace_someHopsNoLocation": "One or more of the hops is missing a location!",
|
||||
"contacts_pathTrace": "Path Trace",
|
||||
"contacts_ping": "Ping",
|
||||
"contacts_repeaterPathTrace": "Path trace to repeater",
|
||||
@@ -1344,5 +1345,48 @@
|
||||
"contacts_zeroHopContactAdvertSent": "Sent contact by advert.",
|
||||
"contacts_zeroHopContactAdvertFailed": "Failed to send contact.",
|
||||
"contacts_contactAdvertCopied": "Advert copied to Clipboard.",
|
||||
"contacts_contactAdvertCopyFailed": "Copying advert to Clipboard failed."
|
||||
"contacts_contactAdvertCopyFailed": "Copying advert to Clipboard failed.",
|
||||
|
||||
"notification_activityTitle": "MeshCore Activity",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{message} other{messages}}",
|
||||
"@notification_messagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{channel message} other{channel messages}}",
|
||||
"@notification_channelMessagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{new node} other{new nodes}}",
|
||||
"@notification_newNodesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newTypeDiscovered": "New {contactType} discovered",
|
||||
"@notification_newTypeDiscovered": {
|
||||
"placeholders": {
|
||||
"contactType": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"notification_receivedNewMessage": "Received new message",
|
||||
|
||||
"settings_gpxExportRepeaters": "Export repeaters / room server to GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exports repeaters / roomserver with a location to GPX file.",
|
||||
"settings_gpxExportContacts": "Export companions to GPX",
|
||||
"settings_gpxExportContactsSubtitle": "Exports companions with a location to GPX file.",
|
||||
"settings_gpxExportAll": "Export all contacts to GPX",
|
||||
"settings_gpxExportAllSubtitle": "Exports all contacts with a location to GPX file.",
|
||||
"settings_gpxExportSuccess": "Successfully exported GPX file.",
|
||||
"settings_gpxExportNoContacts": "No contacts to export.",
|
||||
"settings_gpxExportNotAvailable": "Not supported on your device/OS",
|
||||
"settings_gpxExportError": "There was an error when exporting.",
|
||||
"settings_gpxExportRepeatersRoom": "Repeater & room server locations",
|
||||
"settings_gpxExportChat": "Companion locations",
|
||||
"settings_gpxExportAllContacts": "All contacts locations",
|
||||
"settings_gpxExportShareText": "Map data exported from meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open GPX map data export"
|
||||
}
|
||||
|
||||
+46
-1
@@ -1568,5 +1568,50 @@
|
||||
"contacts_zeroHopContactAdvertFailed": "No se pudo enviar el contacto.",
|
||||
"contacts_zeroHopContactAdvertSent": "Envió contacto por anuncio.",
|
||||
"contacts_contactAdvertCopied": "Anuncio copiado al Portapapeles.",
|
||||
"contacts_contactAdvertCopyFailed": "Copiar anuncio al Portapapeles ha fallado."
|
||||
"contacts_contactAdvertCopyFailed": "Copiar anuncio al Portapapeles ha fallado.",
|
||||
|
||||
"notification_activityTitle": "Actividad de MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{mensaje} other{mensajes}}",
|
||||
"@notification_messagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{mensaje de canal} other{mensajes de canal}}",
|
||||
"@notification_channelMessagesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nuevo nodo} other{nuevos nodos}}",
|
||||
"@notification_newNodesCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"notification_newTypeDiscovered": "Nuevo {contactType} descubierto",
|
||||
"@notification_newTypeDiscovered": {
|
||||
"placeholders": {
|
||||
"contactType": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"notification_receivedNewMessage": "Nuevo mensaje recibido",
|
||||
"contacts_contactAdvertCopyFailed": "Copiar anuncio al Portapapeles ha fallado.",
|
||||
"settings_gpxExportContactsSubtitle": "Exporta compañeros con una ubicación a archivo GPX.",
|
||||
"settings_gpxExportRepeaters": "Exportar repetidores / servidor de sala a GPX",
|
||||
"settings_gpxExportSuccess": "Archivo GPX exportado con éxito.",
|
||||
"settings_gpxExportNoContacts": "No hay contactos para exportar.",
|
||||
"settings_gpxExportNotAvailable": "No compatible con tu dispositivo/SO",
|
||||
"settings_gpxExportError": "Hubo un error al exportar.",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exporta repetidores o roomserver con una ubicación a un archivo GPX.",
|
||||
"settings_gpxExportAllSubtitle": "Exporta todos los contactos con una ubicación a un archivo GPX.",
|
||||
"settings_gpxExportAll": "Exportar todos los contactos a GPX",
|
||||
"settings_gpxExportContacts": "Exportar compañeros a GPX",
|
||||
"settings_gpxExportChat": "Ubicaciones de compañero",
|
||||
"settings_gpxExportRepeatersRoom": "Ubicaciones del servidor de repetidor y sala",
|
||||
"settings_gpxExportAllContacts": "Todas las ubicaciones de contactos",
|
||||
"settings_gpxExportShareText": "Datos del mapa exportados desde meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open exportación de datos de mapa GPX",
|
||||
"pathTrace_someHopsNoLocation": "Uno o más de los lúpulos carecen de una ubicación"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopied": "Annonce copiée dans le presse-papiers.",
|
||||
"contacts_contactAdvertCopyFailed": "La copie de l'annonce vers le presse-papiers a échoué.",
|
||||
"contacts_zeroHopContactAdvertSent": "Envoyer un contact par annonce.",
|
||||
"contacts_zeroHopContactAdvertFailed": "Échec de l'envoi du contact."
|
||||
"contacts_zeroHopContactAdvertFailed": "Échec de l'envoi du contact.",
|
||||
"notification_activityTitle": "Activité MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{message} other{messages}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{message de canal} other{messages de canal}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nouveau nœud} other{nouveaux nœuds}}",
|
||||
"notification_newTypeDiscovered": "Nouveau {contactType} découvert",
|
||||
"notification_receivedNewMessage": "Nouveau message reçu",
|
||||
"contacts_zeroHopContactAdvertFailed": "Échec de l'envoi du contact.",
|
||||
"settings_gpxExportRepeaters": "Exporter les répéteurs / serveur de salle au format GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exporte les répéteurs / roomserver avec une localisation vers un fichier GPX.",
|
||||
"settings_gpxExportNoContacts": "Aucun contact à exporter.",
|
||||
"settings_gpxExportNotAvailable": "Non pris en charge sur votre appareil/Système d'exploitation",
|
||||
"settings_gpxExportError": "Une erreur s'est produite lors de l'exportation.",
|
||||
"settings_gpxExportRepeatersRoom": "Emplacements des serveurs de répéteur et de salle",
|
||||
"settings_gpxExportContacts": "Exporter les compagnons au format GPX",
|
||||
"settings_gpxExportAll": "Exporter tous les contacts au format GPX",
|
||||
"settings_gpxExportAllSubtitle": "Exporte tous les contacts avec une localisation vers un fichier GPX.",
|
||||
"settings_gpxExportContactsSubtitle": "Exporte les compagnons avec un emplacement vers un fichier GPX.",
|
||||
"settings_gpxExportChat": "Emplacements des compagnons",
|
||||
"settings_gpxExportSuccess": "Fichier GPX exporté avec succès.",
|
||||
"settings_gpxExportAllContacts": "Tous les emplacements des contacts",
|
||||
"settings_gpxExportShareText": "Données de carte exportées à partir de meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open exporter les données de carte GPX",
|
||||
"pathTrace_someHopsNoLocation": "Une ou plusieurs des houblons manquent d'une localisation !"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Copia dell'annuncio nella Clipboard non riuscita.",
|
||||
"contacts_ShareContactZeroHop": "Condividi contatto tramite annuncio",
|
||||
"contacts_zeroHopContactAdvertFailed": "Invio del contatto non riuscito.",
|
||||
"contacts_contactAdvertCopied": "Annuncio copiato negli Appunti."
|
||||
"contacts_contactAdvertCopied": "Annuncio copiato negli Appunti.",
|
||||
"notification_activityTitle": "Attività MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{messaggio} other{messaggi}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{messaggio del canale} other{messaggi del canale}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nuovo nodo} other{nuovi nodi}}",
|
||||
"notification_newTypeDiscovered": "Nuovo {contactType} scoperto",
|
||||
"notification_receivedNewMessage": "Nuovo messaggio ricevuto",
|
||||
"contacts_contactAdvertCopied": "Annuncio copiato negli Appunti.",
|
||||
"settings_gpxExportRepeaters": "Esporta ripetitori / server di stanza in GPX",
|
||||
"settings_gpxExportContacts": "Esporta compagni in GPX",
|
||||
"settings_gpxExportSuccess": "Esportazione del file GPX completata con successo.",
|
||||
"settings_gpxExportNoContacts": "Nessun contatto da esportare.",
|
||||
"settings_gpxExportNotAvailable": "Non supportato sul tuo dispositivo/Sistema Operativo",
|
||||
"settings_gpxExportError": "Si è verificato un errore durante l'esportazione.",
|
||||
"settings_gpxExportRepeatersSubtitle": "Esporta ripetitori / roomserver con una posizione in un file GPX.",
|
||||
"settings_gpxExportContactsSubtitle": "Esporta i compagni con una posizione in un file GPX.",
|
||||
"settings_gpxExportAll": "Esporta tutti i contatti in GPX",
|
||||
"settings_gpxExportAllSubtitle": "Esporta tutti i contatti con una posizione in un file GPX.",
|
||||
"settings_gpxExportChat": "Posizioni dei compagni",
|
||||
"settings_gpxExportRepeatersRoom": "Posizioni del server ripetitore e della stanza",
|
||||
"settings_gpxExportAllContacts": "Tutte le posizioni dei contatti",
|
||||
"settings_gpxExportShareText": "Dati mappa esportati da meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open esportazione dati mappa GPX",
|
||||
"pathTrace_someHopsNoLocation": "Uno o più dei luppoli mancano di una posizione!"
|
||||
|
||||
}
|
||||
|
||||
@@ -4730,6 +4730,12 @@ abstract class AppLocalizations {
|
||||
/// **'Refresh Path Trace.'**
|
||||
String get pathTrace_refreshTooltip;
|
||||
|
||||
/// No description provided for @pathTrace_someHopsNoLocation.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'One or more of the hops is missing a location!'**
|
||||
String get pathTrace_someHopsNoLocation;
|
||||
|
||||
/// No description provided for @contacts_pathTrace.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -4861,6 +4867,132 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Copying advert to Clipboard failed.'**
|
||||
String get contacts_contactAdvertCopyFailed;
|
||||
|
||||
/// No description provided for @notification_activityTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'MeshCore Activity'**
|
||||
String get notification_activityTitle;
|
||||
|
||||
/// No description provided for @notification_messagesCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{count} {count, plural, =1{message} other{messages}}'**
|
||||
String notification_messagesCount(int count);
|
||||
|
||||
/// No description provided for @notification_channelMessagesCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{count} {count, plural, =1{channel message} other{channel messages}}'**
|
||||
String notification_channelMessagesCount(int count);
|
||||
|
||||
/// No description provided for @notification_newNodesCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{count} {count, plural, =1{new node} other{new nodes}}'**
|
||||
String notification_newNodesCount(int count);
|
||||
|
||||
/// No description provided for @notification_newTypeDiscovered.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'New {contactType} discovered'**
|
||||
String notification_newTypeDiscovered(String contactType);
|
||||
|
||||
/// No description provided for @notification_receivedNewMessage.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Received new message'**
|
||||
String get notification_receivedNewMessage;
|
||||
|
||||
/// No description provided for @settings_gpxExportRepeaters.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Export repeaters / room server to GPX'**
|
||||
String get settings_gpxExportRepeaters;
|
||||
|
||||
/// No description provided for @settings_gpxExportRepeatersSubtitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exports repeaters / roomserver with a location to GPX file.'**
|
||||
String get settings_gpxExportRepeatersSubtitle;
|
||||
|
||||
/// No description provided for @settings_gpxExportContacts.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Export companions to GPX'**
|
||||
String get settings_gpxExportContacts;
|
||||
|
||||
/// No description provided for @settings_gpxExportContactsSubtitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exports companions with a location to GPX file.'**
|
||||
String get settings_gpxExportContactsSubtitle;
|
||||
|
||||
/// No description provided for @settings_gpxExportAll.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Export all contacts to GPX'**
|
||||
String get settings_gpxExportAll;
|
||||
|
||||
/// No description provided for @settings_gpxExportAllSubtitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exports all contacts with a location to GPX file.'**
|
||||
String get settings_gpxExportAllSubtitle;
|
||||
|
||||
/// No description provided for @settings_gpxExportSuccess.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Successfully exported GPX file.'**
|
||||
String get settings_gpxExportSuccess;
|
||||
|
||||
/// No description provided for @settings_gpxExportNoContacts.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No contacts to export.'**
|
||||
String get settings_gpxExportNoContacts;
|
||||
|
||||
/// No description provided for @settings_gpxExportNotAvailable.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Not supported on your device/OS'**
|
||||
String get settings_gpxExportNotAvailable;
|
||||
|
||||
/// No description provided for @settings_gpxExportError.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'There was an error when exporting.'**
|
||||
String get settings_gpxExportError;
|
||||
|
||||
/// No description provided for @settings_gpxExportRepeatersRoom.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Repeater & room server locations'**
|
||||
String get settings_gpxExportRepeatersRoom;
|
||||
|
||||
/// No description provided for @settings_gpxExportChat.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Companion locations'**
|
||||
String get settings_gpxExportChat;
|
||||
|
||||
/// No description provided for @settings_gpxExportAllContacts.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'All contacts locations'**
|
||||
String get settings_gpxExportAllContacts;
|
||||
|
||||
/// No description provided for @settings_gpxExportShareText.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Map data exported from meshcore-open'**
|
||||
String get settings_gpxExportShareText;
|
||||
|
||||
/// No description provided for @settings_gpxExportShareSubject.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'meshcore-open GPX map data export'**
|
||||
String get settings_gpxExportShareSubject;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
@@ -2698,6 +2698,10 @@ class AppLocalizationsBg extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Обнови Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Един или повече от хмелите липсва местоположение!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Пътен проследяване';
|
||||
|
||||
@@ -2769,4 +2773,102 @@ class AppLocalizationsBg extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Копирането на обявата в клипборда не успя.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Активност на MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'съобщения',
|
||||
one: 'съобщение',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'съобщения в канали',
|
||||
one: 'съобщение в канал',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'нови възли',
|
||||
one: 'нов възел',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Открит нов $contactType';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Получено ново съобщение';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Експортиране на повтарящи се устройства / сървър на стаята до GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Изпраща повторители / roomserver с местоположение в GPX файл.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Експортирай спътници към GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Експортира спътници с местоположение в GPX файл.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Експортирай всички контакти в GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Експортира всички контакти с местоположение в файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Успешно изlexport на файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Няма контакти за изlexport.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Не е поддържан на вашето устройство/ОС';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Възникна грешка при изнасяне.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Местоположения на повторител и сървър на стаята';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Местоположения на спътници';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts =>
|
||||
'Местоположения на всички контакти';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Картинни данни изнесени от meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open износ на данни за карта в формат GPX';
|
||||
}
|
||||
|
||||
@@ -2702,6 +2702,10 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Path Trace aktualisieren.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Eine oder mehrere der Hopfen fehlen einen Standort!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Pfadverfolgung';
|
||||
|
||||
@@ -2776,4 +2780,102 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopieren des Werbeinhalts in die Zwischenablage fehlgeschlagen.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'MeshCore Aktivität';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'Nachrichten',
|
||||
one: 'Nachricht',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'Kanalnachrichten',
|
||||
one: 'Kanalnachricht',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'neue Knoten',
|
||||
one: 'neuer Knoten',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Neuer $contactType entdeckt';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Neue Nachricht empfangen';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Repeater und Raumserver nach GPX exportieren';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exportiert Repeater und Raumserver mit einem Standort in eine GPX-Datei.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Begleiter nach GPX exportieren';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exportiert Begleiter mit einem Ort in eine GPX-Datei.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Alle Kontakte nach GPX exportieren';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exportiert alle Kontakte mit einem Standort in eine GPX-Datei.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Erfolgreich GPX-Datei exportiert.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Keine Kontakte zum Exportieren.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Nicht auf Ihrem Gerät/Betriebssystem unterstützt';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError =>
|
||||
'Beim Export ist ein Fehler aufgetreten.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Repeater- und Raumserver-Standorte';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Begleiterstandorte';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Alle Kontaktstandorte';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Kartendaten aus meshcore-open exportiert';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open GPX-Kartendaten exportieren';
|
||||
}
|
||||
|
||||
@@ -2658,6 +2658,10 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Refresh Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'One or more of the hops is missing a location!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Path Trace';
|
||||
|
||||
@@ -2726,4 +2730,101 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Copying advert to Clipboard failed.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'MeshCore Activity';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'messages',
|
||||
one: 'message',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'channel messages',
|
||||
one: 'channel message',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'new nodes',
|
||||
one: 'new node',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'New $contactType discovered';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Received new message';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Export repeaters / room server to GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exports repeaters / roomserver with a location to GPX file.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Export companions to GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exports companions with a location to GPX file.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Export all contacts to GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exports all contacts with a location to GPX file.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Successfully exported GPX file.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'No contacts to export.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Not supported on your device/OS';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'There was an error when exporting.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Repeater & room server locations';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Companion locations';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'All contacts locations';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Map data exported from meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open GPX map data export';
|
||||
}
|
||||
|
||||
@@ -2697,6 +2697,10 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Actualizar Path Trace';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Uno o más de los lúpulos carecen de una ubicación';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Rastreo de caminos';
|
||||
|
||||
@@ -2769,4 +2773,102 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Copiar anuncio al Portapapeles ha fallado.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Actividad de MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'mensajes',
|
||||
one: 'mensaje',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'mensajes de canal',
|
||||
one: 'mensaje de canal',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nuevos nodos',
|
||||
one: 'nuevo nodo',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nuevo $contactType descubierto';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nuevo mensaje recibido';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exportar repetidores / servidor de sala a GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exporta repetidores o roomserver con una ubicación a un archivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Exportar compañeros a GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exporta compañeros con una ubicación a archivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Exportar todos los contactos a GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exporta todos los contactos con una ubicación a un archivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Archivo GPX exportado con éxito.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'No hay contactos para exportar.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'No compatible con tu dispositivo/SO';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Hubo un error al exportar.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Ubicaciones del servidor de repetidor y sala';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Ubicaciones de compañero';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts =>
|
||||
'Todas las ubicaciones de contactos';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Datos del mapa exportados desde meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open exportación de datos de mapa GPX';
|
||||
}
|
||||
|
||||
@@ -2714,6 +2714,10 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Actualiser Path Trace';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Une ou plusieurs des houblons manquent d\'une localisation !';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Traçage de chemin';
|
||||
|
||||
@@ -2790,4 +2794,105 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'La copie de l\'annonce vers le presse-papiers a échoué.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Activité MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'messages',
|
||||
one: 'message',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'messages de canal',
|
||||
one: 'message de canal',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nouveaux nœuds',
|
||||
one: 'nouveau nœud',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nouveau $contactType découvert';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nouveau message reçu';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exporter les répéteurs / serveur de salle au format GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exporte les répéteurs / roomserver avec une localisation vers un fichier GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts =>
|
||||
'Exporter les compagnons au format GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exporte les compagnons avec un emplacement vers un fichier GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll =>
|
||||
'Exporter tous les contacts au format GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exporte tous les contacts avec une localisation vers un fichier GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Fichier GPX exporté avec succès.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Aucun contact à exporter.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Non pris en charge sur votre appareil/Système d\'exploitation';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError =>
|
||||
'Une erreur s\'est produite lors de l\'exportation.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Emplacements des serveurs de répéteur et de salle';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Emplacements des compagnons';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts =>
|
||||
'Tous les emplacements des contacts';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Données de carte exportées à partir de meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open exporter les données de carte GPX';
|
||||
}
|
||||
|
||||
@@ -2698,6 +2698,10 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Aggiorna Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Uno o più dei luppoli mancano di una posizione!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Traccia Percorso';
|
||||
|
||||
@@ -2772,4 +2776,103 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Copia dell\'annuncio nella Clipboard non riuscita.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Attività MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'messaggi',
|
||||
one: 'messaggio',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'messaggi del canale',
|
||||
one: 'messaggio del canale',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nuovi nodi',
|
||||
one: 'nuovo nodo',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nuovo $contactType scoperto';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nuovo messaggio ricevuto';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Esporta ripetitori / server di stanza in GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Esporta ripetitori / roomserver con una posizione in un file GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Esporta compagni in GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Esporta i compagni con una posizione in un file GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Esporta tutti i contatti in GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Esporta tutti i contatti con una posizione in un file GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess =>
|
||||
'Esportazione del file GPX completata con successo.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Nessun contatto da esportare.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Non supportato sul tuo dispositivo/Sistema Operativo';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError =>
|
||||
'Si è verificato un errore durante l\'esportazione.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Posizioni del server ripetitore e della stanza';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Posizioni dei compagni';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Tutte le posizioni dei contatti';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Dati mappa esportati da meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open esportazione dati mappa GPX';
|
||||
}
|
||||
|
||||
@@ -2688,6 +2688,10 @@ class AppLocalizationsNl extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Path Trace vernieuwen.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Een of meer van de hops ontbreken een locatie!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Pad Traceren';
|
||||
|
||||
@@ -2761,4 +2765,101 @@ class AppLocalizationsNl extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopiëren van advertentie naar Clipboard is mislukt.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'MeshCore Activiteit';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'berichten',
|
||||
one: 'bericht',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'kanaalberichten',
|
||||
one: 'kanaalbericht',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nieuwe knooppunten',
|
||||
one: 'nieuw knooppunt',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nieuw $contactType ontdekt';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nieuw bericht ontvangen';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exporteer repeaters / roomserver naar GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exporteert repeaters / roomserver met een locatie naar GPX-bestand.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Companions exporteren naar GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exporteert metgezellen met een locatie naar een GPX-bestand.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Alle contacten exporteren naar GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exporteert alle contacten met een locatie naar een GPX-bestand.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Succesvol GPX-bestand geëxporteerd.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Geen contacten om te exporteren.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Niet ondersteund op uw apparaat/besturingssysteem';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Er was een fout bij het exporteren.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Repeater- en kamer servers locaties';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Locaties van metgezellen';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Alle contactlocaties';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Kaartgegevens geëxporteerd uit meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open GPX kaartgegevens exporteren';
|
||||
}
|
||||
|
||||
@@ -2696,6 +2696,10 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Odśwież ścieżkę.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Jeden lub więcej z chmieli nie ma określonej lokalizacji!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Śledzenie Ścieżek';
|
||||
|
||||
@@ -2769,4 +2773,108 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopiowanie ogłoszenia do schowka nie powiodło się.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Aktywność MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'wiadomości',
|
||||
many: 'wiadomości',
|
||||
few: 'wiadomości',
|
||||
one: 'wiadomość',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'wiadomości kanału',
|
||||
many: 'wiadomości kanału',
|
||||
few: 'wiadomości kanału',
|
||||
one: 'wiadomość kanału',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nowych węzłów',
|
||||
many: 'nowych węzłów',
|
||||
few: 'nowe węzły',
|
||||
one: 'nowy węzeł',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nowy $contactType wykryty';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Otrzymano nową wiadomość';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Eksportuj powtórki / serwer pokojowy do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Eksportuje powtarzacze / roomserver z lokalizacją do pliku GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Eksportuj towarzyszy do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Eksportuje towarzyszy z lokalizacją do pliku GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Eksportuj wszystkie kontakty do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Eksportuje wszystkie kontakty z lokalizacją do pliku GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Pomyślnie wyeksportowano plik GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts =>
|
||||
'Brak kontaktów do wyeksportowania.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Nie obsługiwane na Twoim urządzeniu/systemie operacyjnym';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Wystąpił błąd podczas eksportowania.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Lokalizacje serwerów powtarzających i pomieszczeń';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Lokalizacje towarzyszy';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Wszystkie lokalizacje kontaktów';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Dane mapy wyeksportowane z meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'Eksport danych mapy GPX meshcore-open';
|
||||
}
|
||||
|
||||
@@ -2699,6 +2699,10 @@ class AppLocalizationsPt extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Atualizar Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Um ou mais dos lúpulos estão sem localização!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Traçado de Caminho';
|
||||
|
||||
@@ -2771,4 +2775,101 @@ class AppLocalizationsPt extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Cópia do anúncio para a Área de Transferência falhou.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Atividade MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'mensagens',
|
||||
one: 'mensagem',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'mensagens de canal',
|
||||
one: 'mensagem de canal',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'novos nós',
|
||||
one: 'novo nó',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Novo $contactType descoberto';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nova mensagem recebida';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exportar repetidores / servidor de sala para GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exporta repetidores / roomserver com localização para arquivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Exportar companheiros para GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exporta companheiros com uma localização para um arquivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Exportar todos os contatos para GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exporta todos os contatos com uma localização para um arquivo GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Arquivo GPX exportado com sucesso.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Nenhum contato para exportar.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Não suportado no seu dispositivo/SO';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Ocorreu um erro ao exportar.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Localizações do servidor de repetidor e sala';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Localizações de companheiros';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Todos os locais de contatos';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Dados do mapa exportados do meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open exportação de dados de mapa GPX';
|
||||
}
|
||||
|
||||
@@ -2701,6 +2701,10 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Обновить Path Trace';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Одному или нескольким хмелям не указано местоположение!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Трассировка пути';
|
||||
|
||||
@@ -2776,4 +2780,107 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Копирование рекламы в буфер обмена не удалось.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Активность MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'сообщений',
|
||||
many: 'сообщений',
|
||||
few: 'сообщения',
|
||||
one: 'сообщение',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'сообщений канала',
|
||||
many: 'сообщений канала',
|
||||
few: 'сообщения канала',
|
||||
one: 'сообщение канала',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'новых узлов',
|
||||
many: 'новых узлов',
|
||||
few: 'новых узла',
|
||||
one: 'новый узел',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Обнаружен новый $contactType';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Получено новое сообщение';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Экспортировать рипитеры / сервер комнаты в GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Экспортирует ретрансляторы / сервер комнат с местоположением в файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Экспортировать спутников в GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Экспортирует спутников с местоположением в файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Экспортировать все контакты в GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Экспортирует все контакты с местоположением в файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Успешно экспортирован файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Нет контактов для экспорта.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Не поддерживается на вашем устройстве/ОС';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Произошла ошибка при экспорте.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Местоположения повторителей и серверов комнат';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Местоположения спутников';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Все местоположения контактов';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Данные карты экспортированы из meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open экспорт данных карты GPX';
|
||||
}
|
||||
|
||||
@@ -2684,6 +2684,10 @@ class AppLocalizationsSk extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Obnoviť Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Jedna alebo viac chmeľov chýba lokalita!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Sledovanie lúčov';
|
||||
|
||||
@@ -2755,4 +2759,104 @@ class AppLocalizationsSk extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopírovanie inzerátu do schránky zlyhalo.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Aktivita MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'správ',
|
||||
few: 'správy',
|
||||
one: 'správa',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'správ kanálu',
|
||||
few: 'správy kanálu',
|
||||
one: 'správa kanálu',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nových uzlov',
|
||||
few: 'nové uzly',
|
||||
one: 'nový uzol',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Nový $contactType objavený';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Prijatá nová správa';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exportovať repeater / server miestnosti do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exportuje repeater / roomserver s lokalitou do súboru GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Export sprievodcov do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exportuje sprievodcov s umiestnením do súboru GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Exportovať všetky kontakty do GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exportuje všetky kontakty s lokalitou do súboru GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Úspešne exportovaný súbor GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Žiadne kontakty na export.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Nie je podporované na vašom zariadení/operáciomnom systéme';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Vyskytol sa chyba počas exportu.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Umiestnenia opakovačov a serverov miestností';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Lokácie sprievodcov';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Všetky kontaktné lokality';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Mapové údaje exportované z meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open export dát GPX mapových údajov';
|
||||
}
|
||||
|
||||
@@ -2687,6 +2687,10 @@ class AppLocalizationsSl extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Osveži Path Trace.';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Ena ali več hmelju manjka lokacija!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Sledenje poti';
|
||||
|
||||
@@ -2757,4 +2761,107 @@ class AppLocalizationsSl extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopiranje oglasa v odložišče je spodletelo.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Aktivnost MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'sporočil',
|
||||
few: 'sporočila',
|
||||
two: 'sporočili',
|
||||
one: 'sporočilo',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'sporočil kanala',
|
||||
few: 'sporočila kanala',
|
||||
two: 'sporočili kanala',
|
||||
one: 'sporočilo kanala',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'novih vozlišč',
|
||||
few: 'nova vozlišča',
|
||||
two: 'novi vozlišči',
|
||||
one: 'novo vozlišče',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Odkrito novo $contactType';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Prejeto novo sporočilo';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Izvoz ponoviteljev / strežnika sobe v GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Izvozi ponovljene oddajnike / strežnik sobe z lokacijo v datoteko GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Izvoz spremljevalcev v GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Izvozi spremljevalce z lokacijo v datoteko GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Izvozi vse kontakte v GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Izvozi vse kontakte z lokacijo v datoteko GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Uspešno izvoz GPX datoteke.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Ni stikov za izvoz.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Ni podprto na vašem napravi/operacijskem sistemu';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Pri izvozu je prišlo do napake.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Lokacije ponovljivca in strežnika sobe';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Lokacije spremljevalcev';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Lokacije vseh stikov';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Podatki kart izvoženi iz meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open izvoz podatkov GPX karte';
|
||||
}
|
||||
|
||||
@@ -2672,6 +2672,10 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Uppdatera Path Trace';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'En eller flera av humlen saknar en plats!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Path Trace';
|
||||
|
||||
@@ -2742,4 +2746,102 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Kopiering av annons till Urklipp misslyckades.';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'MeshCore Aktivitet';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'meddelanden',
|
||||
one: 'meddelande',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'kanalmeddelanden',
|
||||
one: 'kanalmeddelande',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'nya noder',
|
||||
one: 'ny nod',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Ny $contactType upptäckt';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Nytt meddelande mottaget';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Exportera repeater / rumsservrar till GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Exporterar repeater / roomserver med plats till GPX-fil.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Exportera följeslagare till GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Exporterar följeslagare med en plats till GPX-fil.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Exportera alla kontakter till GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Exporterar alla kontakter med en plats till GPX-fil.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Har exporterat GPX-fil med framgång';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Inga kontakter att exportera.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Stöds inte på din enhet/operativsystem';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError =>
|
||||
'Det uppstod ett fel när data exporterades.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Repeater- och rumsserverplatser';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Medhjälparplatser';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Alla kontakters platser';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Kartdata exporterad från meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'meshcore-open export av GPX-kartdata';
|
||||
}
|
||||
|
||||
@@ -2708,6 +2708,10 @@ class AppLocalizationsUk extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Оновити трасування шляху';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation =>
|
||||
'Одне або більше хмелів відсутнє місце розташування!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Трасування шляхів';
|
||||
|
||||
@@ -2782,4 +2786,107 @@ class AppLocalizationsUk extends AppLocalizations {
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed =>
|
||||
'Копіювання оголошення в буфер обміну завершилося невдало';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'Активність MeshCore';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'повідомлень',
|
||||
many: 'повідомлень',
|
||||
few: 'повідомлення',
|
||||
one: 'повідомлення',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'повідомлень каналу',
|
||||
many: 'повідомлень каналу',
|
||||
few: 'повідомлення каналу',
|
||||
one: 'повідомлення каналу',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
count,
|
||||
locale: localeName,
|
||||
other: 'нових вузлів',
|
||||
many: 'нових вузлів',
|
||||
few: 'нових вузли',
|
||||
one: 'новий вузол',
|
||||
);
|
||||
return '$count $_temp0';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return 'Виявлено новий $contactType';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => 'Отримано нове повідомлення';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters =>
|
||||
'Експортувати ретранслятори / сервер кімнати до GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle =>
|
||||
'Експортує ретранслятори / сервер кімнати з місцезнаходженням у файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => 'Експортувати супутників до GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle =>
|
||||
'Експортує супутників з місцезнаходженням у файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => 'Експортувати всі контакти до GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle =>
|
||||
'Експортує всі контакти з місцем розташування у файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => 'Успішно експортовано файл GPX.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => 'Немає контактів для експорту.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable =>
|
||||
'Не підтримується на вашому пристрої/операційній системі';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => 'Сталася помилка під час експорту.';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom =>
|
||||
'Місцезнаходження повторювача та сервера кімнати';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => 'Місця супутників';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => 'Усі місця контактів';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText =>
|
||||
'Дані карти експортовані з meshcore-open';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject =>
|
||||
'експорт даних карти meshcore-open у форматі GPX';
|
||||
}
|
||||
|
||||
@@ -2557,6 +2557,9 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => '重新绘制路径。';
|
||||
|
||||
@override
|
||||
String get pathTrace_someHopsNoLocation => '其中一个或多个啤酒花缺少位置!';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => '路径追踪';
|
||||
|
||||
@@ -2624,4 +2627,75 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get contacts_contactAdvertCopyFailed => '将广告复制到剪贴板操作失败。';
|
||||
|
||||
@override
|
||||
String get notification_activityTitle => 'MeshCore 活动';
|
||||
|
||||
@override
|
||||
String notification_messagesCount(int count) {
|
||||
return '$count 条消息';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_channelMessagesCount(int count) {
|
||||
return '$count 条频道消息';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newNodesCount(int count) {
|
||||
return '$count 个新节点';
|
||||
}
|
||||
|
||||
@override
|
||||
String notification_newTypeDiscovered(String contactType) {
|
||||
return '发现新 $contactType';
|
||||
}
|
||||
|
||||
@override
|
||||
String get notification_receivedNewMessage => '收到新消息';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeaters => '导出重复器/房间服务器到GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersSubtitle => '导出带有位置的重复器/房间服务器到GPX文件。';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContacts => '导出伴侣到GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportContactsSubtitle => '导出带有位置的伙伴到GPX文件。';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAll => '导出所有联系人到GPX';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllSubtitle => '导出所有带有位置的联系人到GPX文件。';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportSuccess => '成功导出GPX文件';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNoContacts => '没有联系人可导出';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportNotAvailable => '您的设备/操作系统不支持';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportError => '导出时发生错误';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportRepeatersRoom => '重复器和房间服务器位置';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportChat => '伴侣位置';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportAllContacts => '所有联系人位置';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareText => '来自meshcore-open的导出地图数据';
|
||||
|
||||
@override
|
||||
String get settings_gpxExportShareSubject => 'meshcore-open GPX 地图数据导出';
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Kopiëren van advertentie naar Clipboard is mislukt.",
|
||||
"contacts_ShareContact": "Kontakt naar Klembord kopiëren",
|
||||
"contacts_ShareContactZeroHop": "Contact delen via advertentie",
|
||||
"contacts_zeroHopContactAdvertFailed": "Mislukt om contact te verzenden"
|
||||
"contacts_zeroHopContactAdvertFailed": "Mislukt om contact te verzenden",
|
||||
"notification_activityTitle": "MeshCore Activiteit",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{bericht} other{berichten}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{kanaalbericht} other{kanaalberichten}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nieuw knooppunt} other{nieuwe knooppunten}}",
|
||||
"notification_newTypeDiscovered": "Nieuw {contactType} ontdekt",
|
||||
"notification_receivedNewMessage": "Nieuw bericht ontvangen",
|
||||
"contacts_zeroHopContactAdvertFailed": "Mislukt om contact te verzenden",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exporteert repeaters / roomserver met een locatie naar GPX-bestand.",
|
||||
"settings_gpxExportRepeaters": "Exporteer repeaters / roomserver naar GPX",
|
||||
"settings_gpxExportSuccess": "Succesvol GPX-bestand geëxporteerd.",
|
||||
"settings_gpxExportNoContacts": "Geen contacten om te exporteren.",
|
||||
"settings_gpxExportNotAvailable": "Niet ondersteund op uw apparaat/besturingssysteem",
|
||||
"settings_gpxExportError": "Er was een fout bij het exporteren.",
|
||||
"settings_gpxExportContacts": "Companions exporteren naar GPX",
|
||||
"settings_gpxExportAll": "Alle contacten exporteren naar GPX",
|
||||
"settings_gpxExportAllSubtitle": "Exporteert alle contacten met een locatie naar een GPX-bestand.",
|
||||
"settings_gpxExportContactsSubtitle": "Exporteert metgezellen met een locatie naar een GPX-bestand.",
|
||||
"settings_gpxExportRepeatersRoom": "Repeater- en kamer servers locaties",
|
||||
"settings_gpxExportChat": "Locaties van metgezellen",
|
||||
"settings_gpxExportAllContacts": "Alle contactlocaties",
|
||||
"settings_gpxExportShareText": "Kaartgegevens geëxporteerd uit meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open GPX kaartgegevens exporteren",
|
||||
"pathTrace_someHopsNoLocation": "Een of meer van de hops ontbreken een locatie!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Kopiowanie ogłoszenia do schowka nie powiodło się.",
|
||||
"contacts_ShareContactZeroHop": "Udostępnij kontakt przez ogłoszenie",
|
||||
"contacts_ShareContact": "Kopiuj kontakt do schowka",
|
||||
"contacts_zeroHopContactAdvertFailed": "Nie udało się wysłać kontaktu."
|
||||
"contacts_zeroHopContactAdvertFailed": "Nie udało się wysłać kontaktu.",
|
||||
"notification_activityTitle": "Aktywność MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{wiadomość} few{wiadomości} many{wiadomości} other{wiadomości}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{wiadomość kanału} few{wiadomości kanału} many{wiadomości kanału} other{wiadomości kanału}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nowy węzeł} few{nowe węzły} many{nowych węzłów} other{nowych węzłów}}",
|
||||
"notification_newTypeDiscovered": "Nowy {contactType} wykryty",
|
||||
"notification_receivedNewMessage": "Otrzymano nową wiadomość",
|
||||
"contacts_zeroHopContactAdvertFailed": "Nie udało się wysłać kontaktu.",
|
||||
"settings_gpxExportContacts": "Eksportuj towarzyszy do GPX",
|
||||
"settings_gpxExportRepeaters": "Eksportuj powtórki / serwer pokojowy do GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Eksportuje powtarzacze / roomserver z lokalizacją do pliku GPX.",
|
||||
"settings_gpxExportSuccess": "Pomyślnie wyeksportowano plik GPX.",
|
||||
"settings_gpxExportNotAvailable": "Nie obsługiwane na Twoim urządzeniu/systemie operacyjnym",
|
||||
"settings_gpxExportError": "Wystąpił błąd podczas eksportowania.",
|
||||
"settings_gpxExportRepeatersRoom": "Lokalizacje serwerów powtarzających i pomieszczeń",
|
||||
"settings_gpxExportContactsSubtitle": "Eksportuje towarzyszy z lokalizacją do pliku GPX.",
|
||||
"settings_gpxExportAll": "Eksportuj wszystkie kontakty do GPX",
|
||||
"settings_gpxExportAllSubtitle": "Eksportuje wszystkie kontakty z lokalizacją do pliku GPX.",
|
||||
"settings_gpxExportAllContacts": "Wszystkie lokalizacje kontaktów",
|
||||
"settings_gpxExportNoContacts": "Brak kontaktów do wyeksportowania.",
|
||||
"settings_gpxExportChat": "Lokalizacje towarzyszy",
|
||||
"settings_gpxExportShareText": "Dane mapy wyeksportowane z meshcore-open",
|
||||
"settings_gpxExportShareSubject": "Eksport danych mapy GPX meshcore-open",
|
||||
"pathTrace_someHopsNoLocation": "Jeden lub więcej z chmieli nie ma określonej lokalizacji!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_floodAdvert": "Anúncio de Inundação",
|
||||
"contacts_contactAdvertCopyFailed": "Cópia do anúncio para a Área de Transferência falhou.",
|
||||
"contacts_ShareContactZeroHop": "Compartilhar contato por anúncio",
|
||||
"contacts_zeroHopContactAdvertFailed": "Falha ao enviar contato."
|
||||
"contacts_zeroHopContactAdvertFailed": "Falha ao enviar contato.",
|
||||
"notification_activityTitle": "Atividade MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{mensagem} other{mensagens}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{mensagem de canal} other{mensagens de canal}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{novo nó} other{novos nós}}",
|
||||
"notification_newTypeDiscovered": "Novo {contactType} descoberto",
|
||||
"notification_receivedNewMessage": "Nova mensagem recebida",
|
||||
"contacts_zeroHopContactAdvertFailed": "Falha ao enviar contato.",
|
||||
"settings_gpxExportRepeaters": "Exportar repetidores / servidor de sala para GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exporta repetidores / roomserver com localização para arquivo GPX.",
|
||||
"settings_gpxExportSuccess": "Arquivo GPX exportado com sucesso.",
|
||||
"settings_gpxExportAllSubtitle": "Exporta todos os contatos com uma localização para um arquivo GPX.",
|
||||
"settings_gpxExportNotAvailable": "Não suportado no seu dispositivo/SO",
|
||||
"settings_gpxExportError": "Ocorreu um erro ao exportar.",
|
||||
"settings_gpxExportAll": "Exportar todos os contatos para GPX",
|
||||
"settings_gpxExportContacts": "Exportar companheiros para GPX",
|
||||
"settings_gpxExportContactsSubtitle": "Exporta companheiros com uma localização para um arquivo GPX.",
|
||||
"settings_gpxExportRepeatersRoom": "Localizações do servidor de repetidor e sala",
|
||||
"settings_gpxExportChat": "Localizações de companheiros",
|
||||
"settings_gpxExportNoContacts": "Nenhum contato para exportar.",
|
||||
"settings_gpxExportAllContacts": "Todos os locais de contatos",
|
||||
"settings_gpxExportShareText": "Dados do mapa exportados do meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open exportação de dados de mapa GPX",
|
||||
"pathTrace_someHopsNoLocation": "Um ou mais dos lúpulos estão sem localização!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -808,5 +808,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Копирование рекламы в буфер обмена не удалось.",
|
||||
"contacts_addContactFromClipboard": "Добавить контакт из буфера обмена",
|
||||
"contacts_ShareContactZeroHop": "Поделиться контактом по объявлению",
|
||||
"contacts_zeroHopContactAdvertSent": "Отправлено сообщение по объявлению."
|
||||
"contacts_zeroHopContactAdvertSent": "Отправлено сообщение по объявлению.",
|
||||
"notification_activityTitle": "Активность MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{сообщение} few{сообщения} many{сообщений} other{сообщений}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{сообщение канала} few{сообщения канала} many{сообщений канала} other{сообщений канала}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{новый узел} few{новых узла} many{новых узлов} other{новых узлов}}",
|
||||
"notification_newTypeDiscovered": "Обнаружен новый {contactType}",
|
||||
"notification_receivedNewMessage": "Получено новое сообщение",
|
||||
"contacts_zeroHopContactAdvertSent": "Отправлено сообщение по объявлению.",
|
||||
"settings_gpxExportRepeaters": "Экспортировать рипитеры / сервер комнаты в GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Экспортирует ретрансляторы / сервер комнат с местоположением в файл GPX.",
|
||||
"settings_gpxExportContacts": "Экспортировать спутников в GPX",
|
||||
"settings_gpxExportNotAvailable": "Не поддерживается на вашем устройстве/ОС",
|
||||
"settings_gpxExportError": "Произошла ошибка при экспорте.",
|
||||
"settings_gpxExportRepeatersRoom": "Местоположения повторителей и серверов комнат",
|
||||
"settings_gpxExportChat": "Местоположения спутников",
|
||||
"settings_gpxExportContactsSubtitle": "Экспортирует спутников с местоположением в файл GPX.",
|
||||
"settings_gpxExportAll": "Экспортировать все контакты в GPX",
|
||||
"settings_gpxExportAllSubtitle": "Экспортирует все контакты с местоположением в файл GPX.",
|
||||
"settings_gpxExportAllContacts": "Все местоположения контактов",
|
||||
"settings_gpxExportSuccess": "Успешно экспортирован файл GPX.",
|
||||
"settings_gpxExportNoContacts": "Нет контактов для экспорта.",
|
||||
"settings_gpxExportShareText": "Данные карты экспортированы из meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open экспорт данных карты GPX",
|
||||
"pathTrace_someHopsNoLocation": "Одному или нескольким хмелям не указано местоположение!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Kopírovanie inzerátu do schránky zlyhalo.",
|
||||
"contacts_zeroHopContactAdvertFailed": "Zlyhalo odoslanie kontaktu.",
|
||||
"contacts_ShareContactZeroHop": "Zdieľať kontakt cez inzerát",
|
||||
"contacts_ShareContact": "Kopírovať kontakt do schránky"
|
||||
"contacts_ShareContact": "Kopírovať kontakt do schránky",
|
||||
"notification_activityTitle": "Aktivita MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{správa} few{správy} other{správ}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{správa kanálu} few{správy kanálu} other{správ kanálu}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{nový uzol} few{nové uzly} other{nových uzlov}}",
|
||||
"notification_newTypeDiscovered": "Nový {contactType} objavený",
|
||||
"notification_receivedNewMessage": "Prijatá nová správa",
|
||||
"contacts_ShareContact": "Kopírovať kontakt do schránky",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exportuje repeater / roomserver s lokalitou do súboru GPX.",
|
||||
"settings_gpxExportContacts": "Export sprievodcov do GPX",
|
||||
"settings_gpxExportSuccess": "Úspešne exportovaný súbor GPX.",
|
||||
"settings_gpxExportNoContacts": "Žiadne kontakty na export.",
|
||||
"settings_gpxExportNotAvailable": "Nie je podporované na vašom zariadení/operáciomnom systéme",
|
||||
"settings_gpxExportRepeatersRoom": "Umiestnenia opakovačov a serverov miestností",
|
||||
"settings_gpxExportError": "Vyskytol sa chyba počas exportu.",
|
||||
"settings_gpxExportAllSubtitle": "Exportuje všetky kontakty s lokalitou do súboru GPX.",
|
||||
"settings_gpxExportContactsSubtitle": "Exportuje sprievodcov s umiestnením do súboru GPX.",
|
||||
"settings_gpxExportRepeaters": "Exportovať repeater / server miestnosti do GPX",
|
||||
"settings_gpxExportAll": "Exportovať všetky kontakty do GPX",
|
||||
"settings_gpxExportAllContacts": "Všetky kontaktné lokality",
|
||||
"settings_gpxExportChat": "Lokácie sprievodcov",
|
||||
"settings_gpxExportShareText": "Mapové údaje exportované z meshcore-open",
|
||||
"settings_gpxExportShareSubject": "meshcore-open export dát GPX mapových údajov",
|
||||
"pathTrace_someHopsNoLocation": "Jedna alebo viac chmeľov chýba lokalita!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopied": "Oglas je bil kopiran v odložišče.",
|
||||
"contacts_contactAdvertCopyFailed": "Kopiranje oglasa v odložišče je spodletelo.",
|
||||
"contacts_ShareContactZeroHop": "Deliti kontakt prek oglasa",
|
||||
"contacts_ShareContact": "Kopiraj stik v Odložišče"
|
||||
"contacts_ShareContact": "Kopiraj stik v Odložišče",
|
||||
"notification_activityTitle": "Aktivnost MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{sporočilo} =2{sporočili} few{sporočila} other{sporočil}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{sporočilo kanala} =2{sporočili kanala} few{sporočila kanala} other{sporočil kanala}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{novo vozlišče} =2{novi vozlišči} few{nova vozlišča} other{novih vozlišč}}",
|
||||
"notification_newTypeDiscovered": "Odkrito novo {contactType}",
|
||||
"notification_receivedNewMessage": "Prejeto novo sporočilo",
|
||||
"contacts_ShareContact": "Kopiraj stik v Odložišče",
|
||||
"settings_gpxExportAll": "Izvozi vse kontakte v GPX",
|
||||
"settings_gpxExportContacts": "Izvoz spremljevalcev v GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Izvozi ponovljene oddajnike / strežnik sobe z lokacijo v datoteko GPX.",
|
||||
"settings_gpxExportRepeaters": "Izvoz ponoviteljev / strežnika sobe v GPX",
|
||||
"settings_gpxExportError": "Pri izvozu je prišlo do napake.",
|
||||
"settings_gpxExportRepeatersRoom": "Lokacije ponovljivca in strežnika sobe",
|
||||
"settings_gpxExportChat": "Lokacije spremljevalcev",
|
||||
"settings_gpxExportAllContacts": "Lokacije vseh stikov",
|
||||
"settings_gpxExportContactsSubtitle": "Izvozi spremljevalce z lokacijo v datoteko GPX.",
|
||||
"settings_gpxExportAllSubtitle": "Izvozi vse kontakte z lokacijo v datoteko GPX.",
|
||||
"settings_gpxExportSuccess": "Uspešno izvoz GPX datoteke.",
|
||||
"settings_gpxExportShareText": "Podatki kart izvoženi iz meshcore-open",
|
||||
"settings_gpxExportNoContacts": "Ni stikov za izvoz.",
|
||||
"settings_gpxExportNotAvailable": "Ni podprto na vašem napravi/operacijskem sistemu",
|
||||
"settings_gpxExportShareSubject": "meshcore-open izvoz podatkov GPX karte",
|
||||
"pathTrace_someHopsNoLocation": "Ena ali več hmelju manjka lokacija!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Kopiering av annons till Urklipp misslyckades.",
|
||||
"contacts_ShareContact": "Kopiera kontakt till Urklipp",
|
||||
"contacts_zeroHopContactAdvertFailed": "Misslyckades med att skicka kontakt.",
|
||||
"contacts_ShareContactZeroHop": "Dela kontakt via annons"
|
||||
"contacts_ShareContactZeroHop": "Dela kontakt via annons",
|
||||
"notification_activityTitle": "MeshCore Aktivitet",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{meddelande} other{meddelanden}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{kanalmeddelande} other{kanalmeddelanden}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{ny nod} other{nya noder}}",
|
||||
"notification_newTypeDiscovered": "Ny {contactType} upptäckt",
|
||||
"notification_receivedNewMessage": "Nytt meddelande mottaget",
|
||||
"contacts_ShareContactZeroHop": "Dela kontakt via annons",
|
||||
"settings_gpxExportAll": "Exportera alla kontakter till GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Exporterar repeater / roomserver med plats till GPX-fil.",
|
||||
"settings_gpxExportSuccess": "Har exporterat GPX-fil med framgång",
|
||||
"settings_gpxExportNoContacts": "Inga kontakter att exportera.",
|
||||
"settings_gpxExportNotAvailable": "Stöds inte på din enhet/operativsystem",
|
||||
"settings_gpxExportRepeatersRoom": "Repeater- och rumsserverplatser",
|
||||
"settings_gpxExportRepeaters": "Exportera repeater / rumsservrar till GPX",
|
||||
"settings_gpxExportAllSubtitle": "Exporterar alla kontakter med en plats till GPX-fil.",
|
||||
"settings_gpxExportContacts": "Exportera följeslagare till GPX",
|
||||
"settings_gpxExportContactsSubtitle": "Exporterar följeslagare med en plats till GPX-fil.",
|
||||
"settings_gpxExportChat": "Medhjälparplatser",
|
||||
"settings_gpxExportError": "Det uppstod ett fel när data exporterades.",
|
||||
"settings_gpxExportAllContacts": "Alla kontakters platser",
|
||||
"settings_gpxExportShareSubject": "meshcore-open export av GPX-kartdata",
|
||||
"settings_gpxExportShareText": "Kartdata exporterad från meshcore-open",
|
||||
"pathTrace_someHopsNoLocation": "En eller flera av humlen saknar en plats!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1569,5 +1569,29 @@
|
||||
"contacts_contactAdvertCopyFailed": "Копіювання оголошення в буфер обміну завершилося невдало",
|
||||
"contacts_zeroHopContactAdvertSent": "Відправлено контакт за оголошенням",
|
||||
"contacts_addContactFromClipboard": "Додати контакт з буфера обміну",
|
||||
"contacts_ShareContactZeroHop": "Поділитися контактом за оголошенням"
|
||||
"contacts_ShareContactZeroHop": "Поділитися контактом за оголошенням",
|
||||
"notification_activityTitle": "Активність MeshCore",
|
||||
"notification_messagesCount": "{count} {count, plural, =1{повідомлення} few{повідомлення} many{повідомлень} other{повідомлень}}",
|
||||
"notification_channelMessagesCount": "{count} {count, plural, =1{повідомлення каналу} few{повідомлення каналу} many{повідомлень каналу} other{повідомлень каналу}}",
|
||||
"notification_newNodesCount": "{count} {count, plural, =1{новий вузол} few{нових вузли} many{нових вузлів} other{нових вузлів}}",
|
||||
"notification_newTypeDiscovered": "Виявлено новий {contactType}",
|
||||
"notification_receivedNewMessage": "Отримано нове повідомлення",
|
||||
"contacts_ShareContactZeroHop": "Поділитися контактом за оголошенням",
|
||||
"settings_gpxExportRepeaters": "Експортувати ретранслятори / сервер кімнати до GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "Експортує ретранслятори / сервер кімнати з місцезнаходженням у файл GPX.",
|
||||
"settings_gpxExportSuccess": "Успішно експортовано файл GPX.",
|
||||
"settings_gpxExportNoContacts": "Немає контактів для експорту.",
|
||||
"settings_gpxExportNotAvailable": "Не підтримується на вашому пристрої/операційній системі",
|
||||
"settings_gpxExportError": "Сталася помилка під час експорту.",
|
||||
"settings_gpxExportAllSubtitle": "Експортує всі контакти з місцем розташування у файл GPX.",
|
||||
"settings_gpxExportAll": "Експортувати всі контакти до GPX",
|
||||
"settings_gpxExportContactsSubtitle": "Експортує супутників з місцезнаходженням у файл GPX.",
|
||||
"settings_gpxExportContacts": "Експортувати супутників до GPX",
|
||||
"settings_gpxExportRepeatersRoom": "Місцезнаходження повторювача та сервера кімнати",
|
||||
"settings_gpxExportChat": "Місця супутників",
|
||||
"settings_gpxExportShareText": "Дані карти експортовані з meshcore-open",
|
||||
"settings_gpxExportAllContacts": "Усі місця контактів",
|
||||
"settings_gpxExportShareSubject": "експорт даних карти meshcore-open у форматі GPX",
|
||||
"pathTrace_someHopsNoLocation": "Одне або більше хмелів відсутнє місце розташування!"
|
||||
|
||||
}
|
||||
|
||||
+25
-1
@@ -1568,5 +1568,29 @@
|
||||
"contacts_zeroHopContactAdvertSent": "通过广告获取联系方式。",
|
||||
"contacts_zeroHopContactAdvertFailed": "发送联系方式失败。",
|
||||
"contacts_contactAdvertCopied": "广告内容已复制到剪贴板。",
|
||||
"contacts_contactAdvertCopyFailed": "将广告复制到剪贴板操作失败。"
|
||||
"contacts_contactAdvertCopyFailed": "将广告复制到剪贴板操作失败。",
|
||||
"notification_activityTitle": "MeshCore 活动",
|
||||
"notification_messagesCount": "{count} 条消息",
|
||||
"notification_channelMessagesCount": "{count} 条频道消息",
|
||||
"notification_newNodesCount": "{count} 个新节点",
|
||||
"notification_newTypeDiscovered": "发现新 {contactType}",
|
||||
"notification_receivedNewMessage": "收到新消息",
|
||||
"contacts_contactAdvertCopyFailed": "将广告复制到剪贴板操作失败。",
|
||||
"settings_gpxExportRepeaters": "导出重复器/房间服务器到GPX",
|
||||
"settings_gpxExportRepeatersSubtitle": "导出带有位置的重复器/房间服务器到GPX文件。",
|
||||
"settings_gpxExportContactsSubtitle": "导出带有位置的伙伴到GPX文件。",
|
||||
"settings_gpxExportNotAvailable": "您的设备/操作系统不支持",
|
||||
"settings_gpxExportSuccess": "成功导出GPX文件",
|
||||
"settings_gpxExportError": "导出时发生错误",
|
||||
"settings_gpxExportRepeatersRoom": "重复器和房间服务器位置",
|
||||
"settings_gpxExportChat": "伴侣位置",
|
||||
"settings_gpxExportAll": "导出所有联系人到GPX",
|
||||
"settings_gpxExportContacts": "导出伴侣到GPX",
|
||||
"settings_gpxExportAllSubtitle": "导出所有带有位置的联系人到GPX文件。",
|
||||
"settings_gpxExportAllContacts": "所有联系人位置",
|
||||
"settings_gpxExportNoContacts": "没有联系人可导出",
|
||||
"settings_gpxExportShareText": "来自meshcore-open的导出地图数据",
|
||||
"settings_gpxExportShareSubject": "meshcore-open GPX 地图数据导出",
|
||||
"pathTrace_someHopsNoLocation": "其中一个或多个啤酒花缺少位置!"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user