curweather addon added HU translation THX Balázs Úr

This commit is contained in:
Tobias Diekershoff 2020-12-23 21:35:18 +01:00
parent 54436370f2
commit d278a4cb2c
2 changed files with 167 additions and 0 deletions

View File

@ -0,0 +1,132 @@
# ADDON curweather
# Copyright (C)
# This file is distributed under the same license as the Friendica curweather addon package.
#
#
# Translators:
# Balázs Úr, 2020
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-25 17:17+0200\n"
"PO-Revision-Date: 2020-12-23 01:22+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: curweather.php:31
msgid "Error fetching weather data.\\nError was: "
msgstr "Hiba az időjárási adatok lekérésekor.\\nA hiba ez volt: "
#: curweather.php:111 curweather.php:172
msgid "Current Weather"
msgstr "Jelenlegi időjárás"
#: curweather.php:118
msgid "Relative Humidity"
msgstr "Relatív páratartalom"
#: curweather.php:119
msgid "Pressure"
msgstr "Légnyomás"
#: curweather.php:120
msgid "Wind"
msgstr "Szél"
#: curweather.php:121
msgid "Last Updated"
msgstr "Utoljára frissítve"
#: curweather.php:122
msgid "Data by"
msgstr "Adatszolgáltató"
#: curweather.php:123
msgid "Show on map"
msgstr "Megjelenítés térképen"
#: curweather.php:128
msgid "There was a problem accessing the weather data. But have a look"
msgstr "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:"
#: curweather.php:130
msgid "at OpenWeatherMap"
msgstr "OpenWeatherMap"
#: curweather.php:146
msgid "Current Weather settings updated."
msgstr "A jelenlegi időjárás beállításai frissítve."
#: curweather.php:161
msgid "No APPID found, please contact your admin to obtain one."
msgstr "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet."
#: curweather.php:171 curweather.php:200
msgid "Save Settings"
msgstr "Beállítások mentése"
#: curweather.php:172
msgid "Settings"
msgstr "Beállítások"
#: curweather.php:174
msgid "Enter either the name of your location or the zip code."
msgstr "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát."
#: curweather.php:175
msgid "Your Location"
msgstr "Az Ön tartózkodási helye"
#: curweather.php:175
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>."
#: curweather.php:176
msgid "Units"
msgstr "Mértékegységek"
#: curweather.php:176
msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr "Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni."
#: curweather.php:177
msgid "Show weather data"
msgstr "Időjárási adatok megjelenítése"
#: curweather.php:190
msgid "Curweather settings saved."
msgstr "A jelenlegi időjárás beállításai elmentve."
#: curweather.php:201
msgid "Caching Interval"
msgstr "Gyorsítótárazási időköz"
#: curweather.php:201
msgid ""
"For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type."
msgstr "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint."
#: curweather.php:201
msgid "no cache"
msgstr "nincs gyorsítótár"
#: curweather.php:201
msgid "minutes"
msgstr "perc"
#: curweather.php:202
msgid "Your APPID"
msgstr "Az alkalmazásazonosítója"
#: curweather.php:202
msgid "Your API key provided by OpenWeatherMap"
msgstr "Az OpenWeatherMap által biztosított API-kulcsa"

View File

@ -0,0 +1,35 @@
<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Hiba az időjárási adatok lekérésekor.\\nA hiba ez volt: ";
$a->strings["Current Weather"] = "Jelenlegi időjárás";
$a->strings["Relative Humidity"] = "Relatív páratartalom";
$a->strings["Pressure"] = "Légnyomás";
$a->strings["Wind"] = "Szél";
$a->strings["Last Updated"] = "Utoljára frissítve";
$a->strings["Data by"] = "Adatszolgáltató";
$a->strings["Show on map"] = "Megjelenítés térképen";
$a->strings["There was a problem accessing the weather data. But have a look"] = "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:";
$a->strings["at OpenWeatherMap"] = "OpenWeatherMap";
$a->strings["Current Weather settings updated."] = "A jelenlegi időjárás beállításai frissítve.";
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet.";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["Settings"] = "Beállítások";
$a->strings["Enter either the name of your location or the zip code."] = "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát.";
$a->strings["Your Location"] = "Az Ön tartózkodási helye";
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>.";
$a->strings["Units"] = "Mértékegységek";
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni.";
$a->strings["Show weather data"] = "Időjárási adatok megjelenítése";
$a->strings["Curweather settings saved."] = "A jelenlegi időjárás beállításai elmentve.";
$a->strings["Caching Interval"] = "Gyorsítótárazási időköz";
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint.";
$a->strings["no cache"] = "nincs gyorsítótár";
$a->strings["minutes"] = "perc";
$a->strings["Your APPID"] = "Az alkalmazásazonosítója";
$a->strings["Your API key provided by OpenWeatherMap"] = "Az OpenWeatherMap által biztosított API-kulcsa";