Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -26,11 +26,11 @@ channel-type.ntp.string-channel.description = Zeigt das formatierte Datum und di
|
||||
|
||||
# channel type configuration
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.label = Datumsformat
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Format für die Anzeige des Datum und der Zeit.
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Format für die Anzeige des Datum und der Zeit.
|
||||
|
||||
# Thing status descriptions
|
||||
offline.comm-error-unknown-host = Zeitserver {0} ist unbekannt. Systemzeit wird zurückgegeben.
|
||||
offline.comm-error-connection = Verbindung zum Zeitserver {0} kann nicht aufgebaut werden. Systemzeit wird zurückgegeben.
|
||||
offline.comm-error-unknown-host = Zeitserver {0} ist unbekannt. Systemzeit wird zurückgegeben.
|
||||
offline.comm-error-connection = Verbindung zum Zeitserver {0} kann nicht aufgebaut werden. Systemzeit wird zurückgegeben.
|
||||
|
||||
# Discovery result
|
||||
discovery.ntp.ntp.local.label = Lokale Zeit
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
# binding
|
||||
binding.ntp.name = Extension NTP
|
||||
binding.ntp.description = L'extension NTP interroge le serveur de temps configuré et fournit la date et l'heure actuelles.
|
||||
binding.ntp.description = L'extension NTP interroge le serveur de temps configuré et fournit la date et l'heure actuelles.
|
||||
|
||||
# thing types
|
||||
thing-type.ntp.ntp.label = Serveur NTP
|
||||
thing-type.ntp.ntp.description = Un serveur de temps fournissant la date et l'heure actuelles.
|
||||
|
||||
# thing type configuration
|
||||
thing-type.config.ntp.ntp.hostname.label = Nom d'hôte du serveur
|
||||
thing-type.config.ntp.ntp.hostname.description = Le nom d'hôte du serveur de temps.
|
||||
thing-type.config.ntp.ntp.refreshInterval.label = Fréquence de rafraîchissement
|
||||
thing-type.config.ntp.ntp.refreshInterval.description = La fréquence en secondes de mise à jour de l'heure.
|
||||
thing-type.config.ntp.ntp.refreshNtp.label = Fréquence de rafraîchissement NTP
|
||||
thing-type.config.ntp.ntp.refreshNtp.description = Le nombre de mises à jour avant d'interroger le serveur de temps.
|
||||
thing-type.config.ntp.ntp.hostname.label = Nom d'hôte du serveur
|
||||
thing-type.config.ntp.ntp.hostname.description = Le nom d'hôte du serveur de temps.
|
||||
thing-type.config.ntp.ntp.refreshInterval.label = Fréquence de rafraîchissement
|
||||
thing-type.config.ntp.ntp.refreshInterval.description = La fréquence en secondes de mise à jour de l'heure.
|
||||
thing-type.config.ntp.ntp.refreshNtp.label = Fréquence de rafraîchissement NTP
|
||||
thing-type.config.ntp.ntp.refreshNtp.description = Le nombre de mises à jour avant d'interroger le serveur de temps.
|
||||
thing-type.config.ntp.ntp.serverPort.label = Port du serveur
|
||||
thing-type.config.ntp.ntp.serverPort.description = Le port que le serveur de temps peut utiliser.
|
||||
thing-type.config.ntp.ntp.timeZone.label = Fuseau horaire
|
||||
thing-type.config.ntp.ntp.timeZone.description = Le fuseau horaire sélectionné.
|
||||
thing-type.config.ntp.ntp.timeZone.description = Le fuseau horaire sélectionné.
|
||||
|
||||
# channel types
|
||||
channel-type.ntp.dateTime-channel.label = Date heure
|
||||
channel-type.ntp.dateTime-channel.description = Date et heure mises à jour à partir du serveur NTP.
|
||||
channel-type.ntp.dateTime-channel.description = Date et heure mises à jour à partir du serveur NTP.
|
||||
channel-type.ntp.string-channel.label = Date heure
|
||||
channel-type.ntp.string-channel.description = Date et heure mises à jour à partir du serveur NTP.
|
||||
channel-type.ntp.string-channel.description = Date et heure mises à jour à partir du serveur NTP.
|
||||
|
||||
# channel type configuration
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.label = Format date et heure
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Format utilisé pour la présentation de la date et de l'heure.
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Format utilisé pour la présentation de la date et de l'heure.
|
||||
|
||||
# Thing status descriptions
|
||||
offline.comm-error-unknown-host = Le nom d''hôte {0} du serveur de temps est inconnu -> renvoi de l''heure courante système à la place.
|
||||
offline.comm-error-connection = La connexion réseau avec le serveur de temps {0} ne peut pas être établie -> renvoi de l''heure courante système à la place.
|
||||
offline.comm-error-unknown-host = Le nom d''hôte {0} du serveur de temps est inconnu -> renvoi de l''heure courante système à la place.
|
||||
offline.comm-error-connection = La connexion réseau avec le serveur de temps {0} ne peut pas être établie -> renvoi de l''heure courante système à la place.
|
||||
|
||||
# Discovery result
|
||||
discovery.ntp.ntp.local.label = Heure locale
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
# binding
|
||||
binding.ntp.name = NTP ba\u011flant\u0131s\u0131
|
||||
binding.ntp.description = NTP ba\u011flant\u0131s\u0131 bir zaman sunucusundan geçerli tarih ve saati sorgular.
|
||||
binding.ntp.name = NTP bağlantısı
|
||||
binding.ntp.description = NTP bağlantısı bir zaman sunucusundan geçerli tarih ve saati sorgular.
|
||||
|
||||
# thing types
|
||||
thing-type.ntp.ntp.label = NTP sunucusu
|
||||
thing-type.ntp.ntp.description = Tarih ve zaman sorgulanacak sunucu
|
||||
|
||||
# thing type configuration
|
||||
thing-type.config.ntp.ntp.hostname.label = \u0130P adresi
|
||||
thing-type.config.ntp.ntp.hostname.label = İP adresi
|
||||
thing-type.config.ntp.ntp.hostname.description = Zaman sunucusunun ip adresi veya ismi
|
||||
thing-type.config.ntp.ntp.refreshInterval.label = Yoklama aral\u0131\u011f\u0131
|
||||
thing-type.config.ntp.ntp.refreshInterval.description = Zaman sunucunu yoklama aral\u0131\u011f\u0131 (saniye olarak)
|
||||
thing-type.config.ntp.ntp.refreshNtp.label = Yoklama h\u0131z\u0131
|
||||
thing-type.config.ntp.ntp.refreshNtp.description = Zaman sunucusuna bir istek yapmadan önce güncelleme say\u0131s\u0131.
|
||||
thing-type.config.ntp.ntp.serverPort.label = Ba\u011flant\u0131 noktas\u0131
|
||||
thing-type.config.ntp.ntp.serverPort.description = Zaman sunucunun ba\u011flant\u0131 noktas\u0131
|
||||
thing-type.config.ntp.ntp.refreshInterval.label = Yoklama aralığı
|
||||
thing-type.config.ntp.ntp.refreshInterval.description = Zaman sunucunu yoklama aralığı (saniye olarak)
|
||||
thing-type.config.ntp.ntp.refreshNtp.label = Yoklama hızı
|
||||
thing-type.config.ntp.ntp.refreshNtp.description = Zaman sunucusuna bir istek yapmadan önce güncelleme sayısı.
|
||||
thing-type.config.ntp.ntp.serverPort.label = Bağlantı noktası
|
||||
thing-type.config.ntp.ntp.serverPort.description = Zaman sunucunun bağlantı noktası
|
||||
thing-type.config.ntp.ntp.timeZone.label = Saat dilimi
|
||||
thing-type.config.ntp.ntp.timeZone.description = Sistemin saat dilimi
|
||||
|
||||
# channel types
|
||||
channel-type.ntp.dateTime-channel.label = Tarih ve saat
|
||||
channel-type.ntp.dateTime-channel.description = Zaman sunucusunun tarihini ve saatini görünteler.
|
||||
channel-type.ntp.dateTime-channel.description = Zaman sunucusunun tarihini ve saatini görünteler.
|
||||
channel-type.ntp.string-channel.label = Tarih ve saat
|
||||
channel-type.ntp.string-channel.description = Zaman sunucusunun biçimlendirilmi\u015f tarihini ve saatini görüntüler.
|
||||
channel-type.ntp.string-channel.description = Zaman sunucusunun biçimlendirilmiş tarihini ve saatini görüntüler.
|
||||
|
||||
# channel type configuration
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.label = Tarih biçimi
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Tarih ve saat görünteleme biçimi.
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.label = Tarih biçimi
|
||||
channel-type.config.ntp.string-channel.DateTimeFormat.description = Tarih ve saat görünteleme biçimi.
|
||||
|
||||
# Thing status descriptions
|
||||
offline.comm-error-unknown-host = Zaman sunucusu {0} tan\u0131nm\u0131yor. Sistem tarihi ve saati sunulacakt\u0131r.
|
||||
offline.comm-error-connection = {0} zaman sunucusuna ba\u011flan\u0131lam\u0131yor. Sistem zaman\u0131 sunulacakt\u0131r.
|
||||
offline.comm-error-unknown-host = Zaman sunucusu {0} tanınmıyor. Sistem tarihi ve saati sunulacaktır.
|
||||
offline.comm-error-connection = {0} zaman sunucusuna bağlanılamıyor. Sistem zamanı sunulacaktır.
|
||||
|
||||
# Discovery result
|
||||
discovery.ntp.ntp.local.label = Yerel zaman
|
||||
|
||||
Reference in New Issue
Block a user