Added the missing translations

Replaced the old php array syntax
Minor typo
Updated the Hungarian language
This commit is contained in:
Szabó Gergő 2016-05-10 14:57:09 +02:00 committed by Samuel Georges
parent 56548cd61a
commit 5a031a2e29
20 changed files with 396 additions and 291 deletions

View File

@ -291,6 +291,9 @@ return [
'display_indent_guides'=> 'Show indent guides',
'show_print_margin'=> 'Show print margin',
'mode_off' => 'Off',
'mode_fluid' => 'Fluid',
'40_characters' => '40 Characters',
'80_characters' => '80 Characters',
'theme' => 'Color scheme'
],
'tooltips' => [
@ -333,6 +336,7 @@ return [
'region' => 'Region',
'code_editor' => 'Code editor',
'timezone' => 'Timezone',
'timezone_comment' => 'Adjust displayed dates to this timezone.',
'locale' => 'Locale',
'locale_comment' => 'Select your desired locale for language use.'
],

View File

@ -84,16 +84,16 @@ return [
'full_name' => 'Teljes név',
'email' => 'E-mail cím',
'groups' => 'Csoportok',
'groups_comment' => 'Adja meg, hogy a felhasználó melyik csoportokba tartozik.',
'groups_comment' => 'Adja meg, hogy a felhasználó melyik csoport(ok)ba tartozzon.',
'avatar' => 'Profilkép',
'password' => 'Jelszó',
'password_confirmation' => 'Jelszó megerősítése',
'permissions' => 'Engedélyek',
'account' => 'Fiók',
'superuser' => 'Szuperadmin',
'superuser_comment' => 'Korlátlan hozzáférést biztosít a teljes admin felülethez.',
'superuser_comment' => 'Korlátlan hozzáférést biztosít az admin felülethez.',
'send_invite' => 'Meghívó küldése e-mailben',
'send_invite_comment' => 'A fentebb megadott adatokat tartalmazza.',
'send_invite_comment' => 'Csak a belépéshez szükséges adatokat tartalmazza.',
'delete_confirm' => 'Valóban törölni akarja ezt az adminisztrátort?',
'return' => 'Vissza az adminisztrátorokhoz',
'allow' => 'Engedélyezés',
@ -101,9 +101,11 @@ return [
'deny' => 'Tiltás',
'group' => [
'name' => 'Csoport',
'name_comment' => 'A név a csoport létrehozásnál és szerkesztésnél jelenik meg.',
'name_field' => 'Név',
'description_field' => 'Leírás',
'is_new_user_default_field' => 'Az új adminisztrátorok hozzáadása alapértelmezésként ehhez a csoporthoz.',
'is_new_user_default_field_label' => 'Alapértelmezett csoport',
'is_new_user_default_field_comment' => 'Az új adminisztrátorok hozzáadása alapértelmezésként ehhez a csoporthoz.',
'code_field' => 'Kód',
'code_comment' => 'Adjon meg egy egyedi kódot, ha az API-val kíván hozzáférni.',
'menu_label' => 'Csoportok',
@ -123,13 +125,16 @@ return [
'no_records' => 'Nincs megjeleníthető tartalom.',
'missing_model' => 'Nincs modell definiálva a(z) :class osztályban használt lista viselkedéshez.',
'missing_column' => 'Nincsenek oszlopdefiníciók a(z) :columns oszlopok számára.',
'missing_columns' => 'A(z) :class osztályban használt listának nincsenek definiált listaoszlopai.',
'missing_columns' => 'A(z) :class osztályban használt listának nincsenek definiált lista oszlopai.',
'missing_definition' => "A lista viselkedés nem tartalmaz oszlopot a(z) ':field' mező számára.",
'missing_parent_definition' => "A lista viselkedés nem tartalmaz definiciót az alábbihoz: ':definition'.",
'behavior_not_ready' => 'Nem történt meg a lista viselkedés inicializálása és ellenőrizze, hogy meghívta-e a(z) makeLists() függvényt a vezérlőben.',
'invalid_column_datetime' => "A(z) ':column' oszlopérték nem DateTime objektum, hiányzik egy \$dates hivatkozás a Modellben?",
'pagination' => 'Megjelenített elemek: :from-:to / :total',
'prev_page' => 'Előző lap',
'next_page' => 'Következő lap',
'refresh' => 'Frissítés',
'updating' => 'Feltöltés...',
'loading' => 'Betöltés...',
'setup_title' => 'Lista beállítása',
'setup_help' => 'A jelölőnégyzetek használatával válassza ki azokat az oszlopokat, melyeket látni szeretne a listában. Az oszlopok pozícióját felfelé vagy lefelé húzással módosíthatja.',
@ -138,7 +143,9 @@ return [
'delete_selected' => 'Kiválasztottak törlése',
'delete_selected_empty' => 'A törléshez előbb ki kell választani elemet.',
'delete_selected_confirm' => 'Töröljük a kiválasztott elemeket?',
'delete_selected_success' => 'Sikeresen törölve lettek a kiválasztott elemek.'
'delete_selected_success' => 'Sikeresen törölve lettek a kiválasztott elemek.',
'column_switch_true' => 'Igen',
'column_switch_false' => 'Nem'
],
'fileupload' => [
'attachment' => 'Csatolmány',
@ -159,6 +166,7 @@ return [
'create_success' => 'A(z) :name létrehozása sikerült',
'update_success' => 'A(z) :name módosítása sikerült',
'delete_success' => 'A(z) :name törlése sikerült',
'reset_success' => 'A visszaállítás sikerült',
'missing_id' => 'Nincs megadva az űrlap rekord azonosítója.',
'missing_model' => 'A(z) :class osztályban használt űrlap viselkedésnek nincs definiált modellje.',
'missing_definition' => "Az űrlap viselkedés nem tartalmaz mezőt a(z) ':field' mezőhöz.",
@ -174,6 +182,8 @@ return [
'saving_name' => 'A(z) :name mentése...',
'delete' => 'Törlés',
'deleting' => 'Törlés...',
'confirm_delete' => 'Az elem törölhető?',
'confirm_delete_multiple' => 'Az elemek törölhetőek?',
'deleting_name' => 'A(z) :name törlése...',
'reset_default' => 'Alaphelyzet',
'resetting' => 'Visszaállítás',
@ -199,9 +209,14 @@ return [
'select_none' => 'egyik sem',
'select_placeholder' => 'válasszon',
'insert_row' => 'Sor beszúrása',
'insert_row_below' => 'Sor beszúrása alá',
'delete_row' => 'Sor törlése',
'concurrency_file_changed_title' => 'A fájl megváltozott',
'concurrency_file_changed_description' => 'Az Ön által szerkesztett fájlt már egy máik felhasználó módosította. Vagy újratöltheti a fájlt és elveszti a változtatásait, vagy felülírja a fájlt.'
'concurrency_file_changed_description' => 'Az Ön által szerkesztett fájlt már egy máik felhasználó módosította. Vagy újratöltheti a fájlt és elveszti a változtatásait, vagy felülírja a fájlt.',
'return_to_list' => 'Vissza a listához'
],
'recordfinder' => [
'find_record' => 'Rekord keresése'
],
'relation' => [
'missing_config' => "A reláció viselkedésnek nincs semmilyen konfigurációja a következőhöz: ':config'.",
@ -262,11 +277,23 @@ return [
'tab_size' => 'Tabulátor mérete',
'use_hard_tabs' => 'Behúzás tabulátorokkal',
'code_folding' => 'Kód összecsukása',
'code_folding_begin' => 'Jelzés elejénél',
'code_folding_begin_end' => 'Jelzés elejénél és végénél',
'autocompletion' => 'Automatikus kiegészítés',
'word_wrap' => 'Tördelés',
'highlight_active_line' => 'Aktív sor kiemelése',
'auto_closing' => 'Automatikus kódlezárás',
'show_invisibles' => 'Láthatatlan karakterek megjelenítése',
'show_invisibles' => 'Láthatatlan karakterek mutatása',
'show_gutter' => 'Margó megjelenítése',
'basic_autocompletion'=> 'Egyszerű mód (Ctrl + Space)',
'live_autocompletion'=> 'Intelligens mód',
'enable_snippets'=> 'Kódrészletek engedélyezése (Tab)',
'display_indent_guides'=> 'Bekezdés megjelenítése',
'show_print_margin'=> 'Nyomtatási margó mutatása',
'mode_off' => 'Nincs',
'mode_fluid' => 'Folytonos',
'40_characters' => '40 karakter',
'80_characters' => '80 karakter',
'theme' => 'Színséma'
],
'tooltips' => [
@ -286,21 +313,30 @@ return [
'menu_description' => 'A kinézetének módosítása és egyedivé tétele.',
'brand' => 'Márka',
'logo' => 'Logó',
'logo_description' => 'A kép a bejelentkezési felületen, illetve egyes oldalak hátterent fog megjelenni.',
'app_name' => 'Weboldal neve',
'app_name_description' => 'Ez a név látható a bejelentkező képernyőn.',
'app_tagline' => 'Weboldal szlogenje',
'app_tagline_description' => 'Ez a mondat látható a bejelentkező oldalon.',
'logo_description' => 'A bejelentkezési felületen, illetve egyes oldalak hátterében fog megjelenni.',
'app_name' => 'Név',
'app_name_description' => 'A bejelentkező képernyőn lesz látható.',
'app_tagline' => 'Szlogen',
'app_tagline_description' => 'A bejelentkező oldalon lesz látható.',
'colors' => 'Színek',
'primary_color' => 'Alap color',
'secondary_color' => 'Másodlagos color',
'accent_color' => 'Accent color',
'primary_color' => 'Alap szín',
'secondary_color' => 'Másodlagos szín',
'accent_color' => 'Hangsúlyos szín',
'styles' => 'Stílusok',
'custom_stylesheet' => 'Egyéni megjelenés'
'custom_stylesheet' => 'Egyéni megjelenés',
'navigation' => 'Navigáció',
'menu_mode' => 'Menü stílusa',
'menu_mode_inline' => 'Egysoros',
'menu_mode_tile' => 'Csempés',
'menu_mode_collapsed' => 'Összezárt',
],
'backend_preferences' => [
'menu_label' => 'Admin felület',
'menu_description' => 'A működésének testreszabása.',
'region' => 'Régió',
'code_editor' => 'Kódszerkesztő',
'timezone' => 'Időzóna',
'timezone_comment' => 'Dátumok megjelenítése a választott időzóna alapján.',
'locale' => 'Nyelv',
'locale_comment' => 'Válassza ki az alapértelmezett nyelvet.'
],
@ -316,7 +352,8 @@ return [
'email' => 'E-mail cím'
],
'filter' => [
'all' => 'mind'
'all' => 'mind',
'options_method_not_exists' => "The model class :model must define a method :method() returning options for the ':filter' filter."
],
'import_export' => [
'upload_csv_file' => '1. CSV fájl feltöltése',
@ -356,6 +393,38 @@ return [
'processing_successful_line2' => 'A böngésző most átirányítást hajt végre a fájl letöltéséhez.',
'export_progress' => 'Exportálás folyamatban',
'export_error' => 'Exportálási hiba',
'column_preview' => 'Oszlop előnézete'
'column_preview' => 'Oszlop előnézete',
'file_not_found_error' => 'A fájl nem található',
'empty_error' => 'There was no data supplied to export',
'empty_import_columns_error' => 'Please specify some columns to import.',
'match_some_column_error' => 'Please match some columns first.',
'required_match_column_error' => 'Please specify a match for the required field :label.',
'empty_export_columns_error' => 'Please specify some columns to export.',
'behavior_missing_uselist_error' => 'You must implement the controller behavior ListController with the export "useList" option enabled.',
'missing_model_class_error' => 'Please specify the modelClass property for :type',
'missing_column_id_error' => 'Hiányzó oszlop azonosító',
'unknown_column_error' => 'Ismeretlen oszlop',
'encoding_not_supported_error' => 'Source file encoding is not recognized. Please select the custom file format option with the proper encoding to import your file.',
'encoding_format' => 'Fájl kódolása',
'encodings' => [
'utf_8' => 'UTF-8',
'us_ascii' => 'US-ASCII',
'iso_8859_1' => 'ISO-8859-1 (Latin-1, Nyugat-európai)',
'iso_8859_2' => 'ISO-8859-2 (Latin-2, Közép-európai)',
'iso_8859_3' => 'ISO-8859-3 (Latin-3, Dél-európai)',
'iso_8859_4' => 'ISO-8859-4 (Latin-4, Észak-európai)',
'iso_8859_5' => 'ISO-8859-5 (Latin, Cirill)',
'iso_8859_6' => 'ISO-8859-6 (Latin, Arab)',
'iso_8859_7' => 'ISO-8859-7 (Latin, Görög)',
'iso_8859_8' => 'ISO-8859-8 (Latin, Héber)',
'iso_8859_0' => 'ISO-8859-9 (Latin-5, Török)',
'iso_8859_10' => 'ISO-8859-10 (Latin-6, Északi)',
'iso_8859_11' => 'ISO-8859-11 (Latin, Thai)',
'iso_8859_13' => 'ISO-8859-13 (Latin-7, Balti)',
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Kelta)',
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Nyugat-európai Euró jellel)',
'windows_1251' => 'Windows-1251 (CP1251)',
'windows_1252' => 'Windows-1252 (CP1252)'
]
]
];

View File

@ -1,7 +1,7 @@
# ===================================
# Field Definitions
# ===================================
#
tabs:
fields:
@ -15,7 +15,7 @@ tabs:
timezone:
tab: backend::lang.backend_preferences.region
label: backend::lang.backend_preferences.timezone
comment: Adjust displayed dates to this timezone.
comment: backend::lang.backend_preferences.timezone_comment
type: dropdown
span: left
@ -36,10 +36,10 @@ tabs:
type: dropdown
span: auto
options:
off: Off
40: 40 Characters
80: 80 Characters
fluid: Fluid
off: backend::lang.editor.mode_off
40: backend::lang.editor.40_characters
80: backend::lang.editor.80_characters
fluid: backend::lang.editor.mode_fluid
editor_font_size:
label: backend::lang.editor.font_size

View File

@ -7,10 +7,11 @@ return [
'file_already_exists' => "Már létezik ':name' nevű fájl.",
'error_saving' => "Hiba a(z) ':name' fájl mentésekor. Ellenőrizze az írási engedélyeket.",
'error_creating_directory' => 'Hiba a(z) :name könyvtár létrehozásakor. Ellenőrizze az írási engedélyeket.',
'invalid_file_extension'=>'Érvénytelen fájlkiterjesztés: :invalid. Az engedélyezett kiterjesztések: :allowed.',
'invalid_file_extension'=>'Érvénytelen fájl kiterjesztés: :invalid. Az engedélyezett kiterjesztések: :allowed.',
'error_deleting' => "Hiba a(z) ':name' sablonfájl törlésekor. Ellenőrizze az írási engedélyeket.",
'delete_success' => 'A sablonok törlése sikerült: :count.',
'file_name_required' => 'A Fájlnév mező kitöltése kötelező.'
'file_name_required' => 'A Fájlnév mező kitöltése kötelező.',
'safe_mode_enabled' => 'A biztonságos mód jelenleg engedélyezett.'
],
'theme' => [
'not_found_name' => "A következő sablon nem található: ':name'",
@ -83,9 +84,9 @@ return [
],
'maintenance' => [
'settings_menu' => 'Karbantartás',
'settings_menu_description' => 'Szolgáltatás be / ki kapcsolása és testreszabása.',
'is_enabled' => 'Karbantartási mód engedélyezése',
'is_enabled_comment' => 'Aktiválása esetén a weboldal látogatói az alább kiválasztott lapot fogják látni.'
'settings_menu_description' => 'Szolgáltatás aktiválása és testreszabása.',
'is_enabled' => 'Karbantartás engedélyezése',
'is_enabled_comment' => 'Aktiválása esetén a weboldal látogatói a kiválasztott lapot fogják látni.'
],
'page' => [
'not_found_name' => "A következő lap nem található: ':name'",
@ -95,7 +96,7 @@ return [
],
'custom_error' => [
'label' => 'Laphiba',
'help' => 'Sajnos valami elromlott és a lap nem jeleníthető meg.'
'help' => 'Sajnos valami elromlott, így a lap nem jeleníthető meg.'
],
'menu_label' => 'Lapok',
'unsaved_label' => 'Nem mentett lap(ok)',
@ -161,9 +162,13 @@ return [
'code' => 'PHP',
'content' => 'Tartalom',
'hidden' => 'Rejtett',
'hidden_comment' => 'A rejtett lapok csak a bejelentkezett felhasználók által hozzáférhetők.',
'hidden_comment' => 'Csak a bejelentkezett felhasználók láthatják.',
'enter_fullscreen' => 'Váltás teljes képernyőre',
'exit_fullscreen' => 'Kilépés a teljes képernyőből'
'exit_fullscreen' => 'Kilépés a teljes képernyőből',
'open_searchbox' => 'Keresési panel megnyitása',
'close_searchbox' => 'Keresési panel bezárása',
'open_replacebox' => 'Cserepanel megnyitása',
'close_replacebox' => 'Cserepanel bezárása'
],
'asset' => [
'menu_label' => 'Fájlok',
@ -232,7 +237,7 @@ return [
'manage_layouts' => 'Elrendezések kezelése',
'manage_partials' => 'Részlapok kezelése',
'manage_themes' => 'Témák kezelése',
'manage_media' => 'Fájlok kezelése'
'manage_media' => 'Média kezelése'
],
'mediafinder' => [
'default_prompt' => 'Kattintson a(z) %s gombra új média fájl kereséséhez.'
@ -244,7 +249,7 @@ return [
'move' => 'Áthelyezés',
'delete' => 'Törlés',
'add_folder' => 'Könyvtár létrehozása',
'search' => 'Keresés',
'search' => 'Keresés...',
'display' => 'Megjelenítés',
'filter_everything' => 'Összes',
'filter_images' => 'Kép',
@ -255,36 +260,37 @@ return [
'folder_size_items' => 'fájl',
'size' => 'Méret',
'title' => 'Név',
'last_modified' => 'Utoljára módosítva',
'public_url' => 'Publikus cím',
'last_modified' => 'Módosítva',
'public_url' => 'Webcím',
'click_here' => 'Megtekintés',
'thumbnail_error' => 'Hiba a bélyegkép létrehozásánál.',
'return_to_parent' => 'Vissza a szülő könyvtárhoz',
'return_to_parent_label' => 'Eggyel vissza ..',
'nothing_selected' => 'Nincs fájl kiválasztva.',
'nothing_selected' => 'Nincs kiválasztva fájl.',
'multiple_selected' => 'Több fájl kiválasztva.',
'uploading_file_num' => 'Feltöltve :number fájl...',
'uploading_complete' => 'Feltöltés sikeresen befejezve',
'uploading_error' => 'Feltöltés sikertelen',
'type_blocked' => 'A fájltípus blokkolva lett biztonsági okokból.',
'order_by' => 'Rendezés',
'folder' => 'Könyvtárak',
'no_files_found' => 'Nem található fájl a lekérésben.',
'delete_empty' => 'Kérjük, válassza ki a törölni kívánt fájlokat.',
'delete_empty' => 'Kérjük válassza ki a törölni kívánt fájlokat.',
'delete_confirm' => 'Valóban törölni akarja a kiválasztott fájlokat?',
'error_renaming_file' => 'Hiba a fájl átnevezésében.',
'new_folder_title' => 'Új könyvtár',
'folder_name' => 'Könyvtár neve',
'error_creating_folder' => 'Hiba a könyvtár létrehozásánál',
'folder_or_file_exist' => 'Már létezik ilyen nevű fájl vagy könyvtár.',
'move_empty' => 'Kérjük, válasszon ki fájlt az áthelyezéshez.',
'move_empty' => 'Kérjük válasszon ki fájlt az áthelyezéshez.',
'move_popup_title' => 'Fájlok vagy könyvtárak áthelyezése',
'move_destination' => 'Célkönyvtár',
'please_select_move_dest' => 'Kérjük, válasszon célkönyvtárat.',
'move_dest_src_match' => 'Kérjük, válasszon másik célkönyvtárat.',
'please_select_move_dest' => 'Kérjük válasszon célkönyvtárat.',
'move_dest_src_match' => 'Kérjük válasszon másik célkönyvtárat.',
'empty_library' => 'Kezdésként hozzon létre könyvtárat és töltsön fel fájlokat.',
'insert' => 'Beillesztés',
'crop_and_insert' => 'Vágás és beillesztés',
'select_single_image' => 'Kérjük, válasszon ki egy képet.',
'select_single_image' => 'Kérjük válasszon ki egy képet.',
'selection_not_image' => 'A kiválasztott fájl nem kép.',
'restore' => 'Összes változtatás visszavonása',
'resize' => 'Átméretezés...',

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute darf nur Buchstaben und Ziffern enthalten.",
"array" => ":attribute muss ein Array sein.",
"before" => ":attribute muss ein Datum vor :date sein.",
"between" => array(
"between" => [
"numeric" => ":attribute muss zwischen :min und :max liegen.",
"file" => ":attribute muss zwischen :min und :max kilobytes groß sein.",
"string" => ":attribute-Zeichenanzahl muss zwischen :min und :max liegen.",
"array" => ":attribute-Elementanzahl muss zwischen :min und :max liegen.",
),
],
"confirmed" => "Bestätigung zu :attribute stimmt nicht überein",
"date" => ":attribute ist kein gültiges Datum.",
"date_format" => ":attribute hat kein gültiges Datumsformat :format.",
@ -39,19 +39,19 @@ return array(
"in" => "Das ausgewählte Attribut :attribute ist ungültig.",
"integer" => ":attribute muss eine Ganzzahl (integer) sein.",
"ip" => ":attribute muss eine gültige IP-Adresse sein.",
"max" => array(
"max" => [
"numeric" => ":attribute darf nicht größer als :max sein.",
"file" => ":attribute darf nicht größer als :max kilobytes sein.",
"string" => "Dateiname von :attribute darf nicht mehr als :max Zeichen haben.",
"array" => ":attribute darf nicht mehr als :max Elemente besitzen.",
),
],
"mimes" => ":attribute muss eine Datei des Typs: :values sein.",
"min" => array(
"min" => [
"numeric" => ":attribute muss mindestens :min sein.",
"file" => ":attribute darf nicht kleiner als :min kilobytes sein.",
"string" => "Dateiname von :attribute darf nicht weniger als :min Zeichen haben.",
"array" => ":attribute darf nicht weniger als :min Elemente besitzen.",
),
],
"not_in" => "Das ausgewählte Attribut :attribute ist ungültig.",
"numeric" => ":attribute muss eine Zahl sein.",
"regex" => "Format von :attribute ist ungültig.",
@ -60,12 +60,12 @@ return array(
"required_with" => ":attribute wird benötigt, wenn :values existiert.",
"required_without" => ":attribute wird benötigt, wenn :values nicht existiert.",
"same" => ":attribute und :other müssen übereinstimmen.",
"size" => array(
"size" => [
"numeric" => ":attribute muss :size groß sein.",
"file" => ":attribute muss :size kilobytes groß sein.",
"string" => "Name von :attribute muss :size Zeichen beinhalten.",
"array" => ":attribute muss :size Elemente beinhalten.",
),
],
"unique" => ":attribute muss eindeutig sein.",
"url" => "Format von :attribute ist ungültig.",
@ -95,4 +95,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
/* Greek Language Updated on 2015-07-06 v1.02 */
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => "Το :attribute πρέπει να περιέχει μόνο γράμματα και νούμερα.",
"array" => "Το :attribute πρέπει να είναι ένας πίνακας.",
"before" => "Η :attribute πρέπει να είναι μια ημερομηνία πριν την :date.",
"between" => array(
"between" => [
"numeric" => "Το :attribute πρέπει να είναι μεταξύ :min - :max.",
"file" => "Το :attribute πρέπει να είναι μεταξύ :min - :max kilobytes.",
"string" => "Το :attribute πρέπει να είναι μεταξύ :min - :max χαρακτήρες.",
"array" => "Ο :attribute πρέπει να εχει μεταξύ :min - :max αντικείμενα.",
),
],
"confirmed" => "Η επαλήθευση του :attribute δεν ταυτίζεται.",
"date" => "Η :attribute δεν είναι μια έγκυρη ημερομηνία.",
"date_format" => "Η :attribute δεν ταυτίζεται με την μορφοποίηση :format",
@ -39,20 +39,20 @@ return array(
"in" => "Η επιλεγμένη :attribute είναι μη έγκυρη.",
"integer" => "Ο :attribute πρέπει να είναι ένας ακέραιος αριθμός.",
"ip" => "Η :attribute πρέπει να είναι μια έγκυρη IP διεύθυνση.",
"max" => array(
"max" => [
"numeric" => "Το :attribute δεν πρέπει να είναι μεγαλύτερο από :max.",
"file" => "Το :attribute δεν πρέπει να είναι μεγαλύτερο από :max kilobytes.",
"string" => "Το :attribute δεν πρέπει να είναι μεγαλύτερο από :max χαρακτήρες.",
"array" => "Το :attribute δεν πρέπει να είναι έχει περισσότερα από :max αντικείμενα.",
),
],
"mimes" => "Το :attribute πρέπει να είναι ένα αρχείο με τύπο: :values.",
"extensions" => "Το :attribute πρέπει να έχει μια επέκταση από: :values.",
"min" => array(
"min" => [
"numeric" => "Το :attribute πρέπει να είναι το λιγότερο :min.",
"file" => "Το :attribute πρέπει να είναι το λιγότερο :min kilobytes.",
"string" => "Το :attribute πρέπει να είναι το λιγότερο :min χαρακτήρες.",
"array" => "Το :attribute πρέπει να έχει το λιγότερο :min αντικείμενα.",
),
],
"not_in" => "Το επιλεγμένο :attribute είναι μη έγκυρο.",
"numeric" => "Το :attribute πρέπει να είναι ένας αριθμός.",
"regex" => "Η μορφοποίηση του :attribute είναι μη έγκυρη.",
@ -61,12 +61,12 @@ return array(
"required_with" => "Το πεδίο :attribute απαιτείται όταν οι :values είναι δηλωμένες.",
"required_without" => "Το πεδίο :attribute απαιτείται όταν οι :values δεν είναι δηλωμένες. ",
"same" => "Το :attribute και το :other δεν ταυτίζονται.",
"size" => array(
"size" => [
"numeric" => "Το :attribute πρέπει να είναι :size.",
"file" => "Το :attribute πρέπει να είναι :size kilobytes.",
"string" => "Το :attribute πρέπει να είναι :size χαρακτήρες.",
"array" => "Το :attribute πρέπει να είναι :size αντικείμενα.",
),
],
"unique" => "Η :attribute έχει ήδη χρησιμοποιηθεί.",
"url" => "Η :attribute είναι μη έγκυρη.",
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -2,7 +2,7 @@
return [
'app' => [
'name' => 'October CMS',
'name' => 'OctoberCMS',
'tagline' => 'Getting back to basics'
],
'locale' => [

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => "The :attribute may only contain letters and numbers.",
"array" => "The :attribute must be an array.",
"before" => "The :attribute must be a date before :date.",
"between" => array(
"between" => [
"numeric" => "The :attribute must be between :min - :max.",
"file" => "The :attribute must be between :min - :max kilobytes.",
"string" => "The :attribute must be between :min - :max characters.",
"array" => "The :attribute must have between :min - :max items.",
),
],
"confirmed" => "The :attribute confirmation does not match.",
"date" => "The :attribute is not a valid date.",
"date_format" => "The :attribute does not match the format :format.",
@ -39,19 +39,19 @@ return array(
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
"ip" => "The :attribute must be a valid IP address.",
"max" => array(
"max" => [
"numeric" => "The :attribute may not be greater than :max.",
"file" => "The :attribute may not be greater than :max kilobytes.",
"string" => "The :attribute may not be greater than :max characters.",
"array" => "The :attribute may not have more than :max items.",
),
],
"mimes" => "The :attribute must be a file of type: :values.",
"min" => array(
"min" => [
"numeric" => "The :attribute must be at least :min.",
"file" => "The :attribute must be at least :min kilobytes.",
"string" => "The :attribute must be at least :min characters.",
"array" => "The :attribute must have at least :min items.",
),
],
"not_in" => "The selected :attribute is invalid.",
"numeric" => "The :attribute must be a number.",
"regex" => "The :attribute format is invalid.",
@ -60,12 +60,12 @@ return array(
"required_with" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"same" => "The :attribute and :other must match.",
"size" => array(
"size" => [
"numeric" => "The :attribute must be :size.",
"file" => "The :attribute must be :size kilobytes.",
"string" => "The :attribute must be :size characters.",
"array" => "The :attribute must contain :size items.",
),
],
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",
@ -95,4 +95,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => 'Le champ :attribute ne peut contenir que des lettres et des chiffres.',
"array" => 'Le champ :attribute doit être un groupe.',
"before" => 'Le champ :attribute doit être une date avant le :date.',
"between" => array(
"between" => [
"numeric" => 'Le champ :attribute doit être compris entre :min - :max.',
"file" => 'Le champ :attribute doit être compris entre :min - :max kilooctets.',
"string" => 'Le champ :attribute doit être compris entre :min - :max caractères.',
"array" => 'Le champ :attribute doit être compris entre :min - :max objets.',
),
],
"confirmed" => 'Le champ de confirmation :attribute ne correspond pas.',
"date" => 'Le champ :attribute nest pas une date valide.',
"date_format" => 'Le champ :attribute ne correspond pas au format :format.',
@ -39,20 +39,20 @@ return array(
"in" => 'Le champ :attribute sélectionné nest pas valide.',
"integer" => 'Le champ :attribute doit être un entier.',
"ip" => 'Le champ :attribute doit être une adresse IP valide.',
"max" => array(
"max" => [
"numeric" => 'Le champ :attribute ne peut pas être supérieure à :max.',
"file" => 'Le champ :attribute ne peut pas être supérieure à :max kilooctets.',
"string" => 'Le champ :attribute ne peut pas être supérieure à :max caractères.',
"array" => 'Le champ :attribute ne peut pas être supérieure à :max objets.',
),
],
"mimes" => 'Le champ :attribute doit être un fichier de type : :values.',
"extensions" => 'Le champ :attribute doit être une extension de : :values.',
"min" => array(
"min" => [
"numeric" => 'Le champ :attribute doit être au minimum de :min.',
"file" => 'Le champ :attribute doit être au minimum de :min kilooctets.',
"string" => 'Le champ :attribute doit être au minimum de :min caractères.',
"array" => 'Le champ :attribute doit être au minimum de :min objets.',
),
],
"not_in" => 'Le champ :attribute sélectionné nest pas valide.',
"numeric" => 'Le champ :attribute doit être un nombre.',
"regex" => 'Le format du champ :attribute nest pas valide.',
@ -61,12 +61,12 @@ return array(
"required_with" => 'Le champ :attribute est obligatoire quand :values est présent.',
"required_without" => 'Le champ :attribute est obligatoire quand :values est absent.',
"same" => 'Le champ :attribute et :other doivent correspondre.',
"size" => array(
"size" => [
"numeric" => 'Le champ :attribute doit être de :size.',
"file" => 'Le champ :attribute doit être de :size kilooctets.',
"string" => 'Le champ :attribute doit être de :size caractères.',
"array" => 'Le champ :attribute doit contenir :size objets.',
),
],
"unique" => 'Le champ :attribute doit être unique. La valeur renseignée est déjà utilisée.',
"url" => 'Le champ :attribute nest pas une URL valide.',
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -49,6 +49,14 @@ return [
'alert' => [
'confirm_button_text' => 'OK',
'cancel_button_text' => 'Mégsem'
],
'datepicker' => [
'previousMonth' => 'Előző hónap',
'nextMonth' => 'Következő hónap',
'months' => ['január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'],
'weekdays' => ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat'],
'weekdaysShort' => ['va', 'hé', 'ke', 'sze', 'cs', 'pé', 'szo']
]
];

View File

@ -6,7 +6,10 @@ return [
'tagline' => 'Visszatérés az alapokhoz'
],
'locale' => [
'en' => 'Angol',
'en' => 'Angol (amerikai)',
'en-au' => 'Angol (ausztrál)',
'en-ca' => 'Angol (kanadai)',
'en-gb' => 'Angol (brit)',
'cs' => 'Cseh',
'de' => 'Német',
'el' => 'Görög',
@ -14,6 +17,7 @@ return [
'es-ar' => 'Spanyol (argentín)',
'fa' => 'Perzsa',
'fr' => 'Francia',
'fr-ca' => 'French (kanadai)',
'hu' => 'Magyar',
'id' => 'Indonéz',
'it' => 'Olasz',
@ -68,7 +72,7 @@ return [
],
'themes' => [
'install' => 'Téma telepítése',
'search' => 'keresés...',
'search' => 'Keresés...',
'installed' => 'Telepítve',
'no_themes' => 'Egy téma sincs telepítve a piactérről.',
'recommended' => 'Ajánlott',
@ -87,8 +91,8 @@ return [
'enable_or_disable' => 'Engedélyezés vagy letiltás',
'enable_or_disable_title' => 'Bővítmények engedélyezése vagy letiltása',
'install' => 'Bővítmény telepítése',
'install_products' => 'Telepítés és eltávolítás',
'search' => 'keresés...',
'install_products' => 'Kiegészítők telepítése',
'search' => 'Keresés...',
'installed' => 'Telepítve',
'no_plugins' => 'Valóban törölni akarja ezt a bővítményt?',
'recommended' => 'Ajánlott',
@ -128,17 +132,17 @@ return [
'missing_model' => 'A beállítások lap egy modell definíciót hiányol.',
'update_success' => 'A(z) :name beállításainak frissítése sikerült.',
'return' => 'Vissza a beállításokhoz',
'search' => 'Keresés'
'search' => 'Keresés...'
],
'mail' => [
'log_file' => 'Naplófájl',
'menu_label' => 'Beállítások',
'menu_description' => 'Az e-mail küldés testreszabása.',
'general' => 'Általános',
'menu_description' => 'A weboldal e-mail küldésének testreszabása.',
'general' => 'Beállítások',
'method' => 'Levelező rendszer',
'sender_name' => 'Feladó neve',
'sender_email' => 'Feladó e-mail címe',
'php_mail' => 'PHP mail',
'php_mail' => 'PHP levélküldő',
'smtp' => 'SMTP',
'smtp_address' => 'SMTP címe',
'smtp_authorization' => 'SMTP hitelesítés szükséges',
@ -162,6 +166,13 @@ return [
'mandrill' => 'Mandrill',
'mandrill_secret' => 'Mandrill titkos jelszót.',
'mandrill_secret_comment' => 'Adja meg Mandrill API kulcsát.',
'ses' => 'SES',
'ses_key' => 'SES kulcs',
'ses_key_comment' => 'Adja meg a SES API kulcsot',
'ses_secret' => 'SES kód',
'ses_secret_comment' => 'Adja meg a SES API titkos kulcsot',
'ses_region' => 'SES régió',
'ses_region_comment' => 'Adja meg a SES régiót (pl. us-east-1)',
'drivers_hint_header' => 'Meghajtó nincs telepítve',
'drivers_hint_content' => 'A levél küldéséhez szükséges, hogy telepítve legyen a(z) ":plugin" nevű bővítmény.'
],
@ -210,13 +221,13 @@ return [
'install_success' => 'A bővítmény telepítése sikerült.'
],
'updates' => [
'title' => 'Frissítések kezelése',
'title' => 'Gépház',
'name' => 'Szoftver frissítése',
'menu_label' => 'Frissítések',
'menu_description' => 'A rendszer és a bővítmények frissítése, valamint új kiegészítők telepítése.',
'return_link' => 'Vissza a frissítésekhez',
'check_label' => 'Frissítések keresése',
'retry_label' => 'Új próba',
'menu_label' => 'Gépház',
'menu_description' => 'A rendszer frissítése, valamint új bővítmények telepítése.',
'return_link' => 'Vissza a gépházhoz',
'check_label' => 'Frissítés keresése',
'retry_label' => 'Újra próbál',
'plugin_name' => 'Név',
'plugin_code' => 'Kód',
'plugin_description' => 'Leírás',
@ -227,7 +238,7 @@ return [
'core_build_help' => 'Elérhető a legújabb hivatalos kiadás.',
'core_downloading' => 'Weboldal frissítés letöltése...',
'core_extracting' => 'Weboldal frissítés kicsomagolása...',
'plugins' => 'Bővítmény',
'plugins' => 'Bővítmények',
'themes' => 'Témák',
'disabled' => 'Letiltva',
'plugin_downloading' => 'Bővítmény letöltése: :name',
@ -249,7 +260,7 @@ return [
],
'none' => [
'label' => 'A weboldal naprakész',
'help' => 'Nem található új frissítés.'
'help' => 'Gratulálunk! A weboldala naprakész.'
],
'important_action' => [
'empty' => 'Művelet kiválasztása',
@ -265,7 +276,7 @@ return [
'details_readme' => 'Dokumentáció',
'details_readme_missing' => 'Nincs megadva dokumentáció.',
'details_upgrades' => 'Frissítési útmutató',
'details_upgrades_missing' => 'Nincsennek megadva frissítési utasítások.',
'details_upgrades_missing' => 'Nincs megadva instrukció.',
'details_current_version' => 'Aktuális verzió',
'details_author' => 'Fejlesztő'
],
@ -318,15 +329,15 @@ return [
],
'permissions' => [
'name' => 'Rendszer',
'manage_system_settings' => 'Rendszer beállítások kezelése',
'manage_software_updates' => 'Szoftver frissítések kezelése',
'access_logs' => 'Rendszer naplók megtekintése',
'manage_system_settings' => 'Beállítások kezelése',
'manage_software_updates' => 'Frissítések és bővítmények kezelése',
'access_logs' => 'Naplók megtekintése',
'manage_mail_templates' => 'Levél sablonok kezelése',
'manage_mail_settings' => 'Levelezési beállítások kezelése',
'manage_other_administrators' => 'Adminisztrátorok kezelése',
'manage_preferences' => 'Beállítások menü kezelése',
'manage_preferences' => 'Saját beállítások kezelése',
'manage_editor' => 'Kódszerkesztő testreszabása',
'view_the_dashboard' => 'Vezérlőpult megtekintése',
'view_the_dashboard' => 'Vezérlőpult elérése',
'manage_branding' => 'Admin felület testreszabása'
]
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -14,19 +14,19 @@ return array(
*/
'accepted' => 'A(z) :attribute-t el kell fogadni.',
'active_url' => 'A(z) :attribute nem érvényes URL cím.',
'active_url' => 'A(z) :attribute nem érvényes webcím.',
'after' => 'A(z) :attribute :date utáni dátum kell, hogy legyen.',
'alpha' => 'A(z) :attribute csak betűket tartalmazhat.',
'alpha_dash' => 'A(z) :attribute csak betűket, számokat és kötőjeleket tartalmazhat.',
'alpha_num' => 'A(z) :attribute csak betűket és számokat tartalmazhat.',
'array' => 'A(z) :attribute tömb kell, hogy legyen.',
'before' => 'A(z) :attribute :date előtti dátum kell, hogy legyen.',
'between' => array(
'between' => [
'numeric' => 'A(z) :attribute :min - :max között kell, hogy legyen.',
'file' => 'A(z) :attribute :min - :max kilobájt között kell, hogy legyen.',
'string' => 'A(z) :attribute :min - :max karakter között kell, hogy legyen.',
'array' => 'A(z) :attribute :min - :max elem között kell, hogy legyen.',
),
],
'confirmed' => 'A(z) :attribute megerősítés nem egyezik.',
'date' => 'A(z) :attribute nem érvényes dátum.',
'date_format' => 'A(z) :attribute nem egyezik a(z) :format formátummal.',
@ -39,19 +39,20 @@ return array(
'in' => 'A kiválasztott :attribute érvénytelen.',
'integer' => 'A(z) :attribute egész szám kell, hogy legyen.',
'ip' => 'A(z) :attribute érvényes IP cím kell, legyen.',
'max' => array(
'max' => [
'numeric' => 'A(z) :attribute nem lehet nagyobb, mint :max.',
'file' => 'A(z) :attribute nem lehet nagyobb :max kilobájtnál.',
'string' => 'A(z) :attribute nem lehet nagyobb :max karakternél.',
'array' => 'A(z) :attribute tömbnek nem lehet több, mint :max eleme.',
),
],
'mimes' => 'A(z) :attribute fájltípus kell, hogy legyen: :values.',
'min' => array(
"extensions" => 'A(z) :attribute kiterjesztés kell, hogy legyen: :values.',
'min' => [
'numeric' => 'A(z) :attribute legalább :min kell, hogy legyen.',
'file' => 'A(z) :attribute legalább :min kilobájt kell, hogy legyen.',
'string' => 'A(z) :attribute legalább :min karakter kell, hogy legyen.',
'array' => 'A(z) :attribute tömbnek legalább :min eleme kell, hogy legyen.',
),
],
'not_in' => 'A kiválasztott :attribute érvénytelen.',
'numeric' => 'A(z) :attribute szám kell, hogy legyen.',
'regex' => 'A(z) :attribute formátuma érvénytelen.',
@ -60,12 +61,12 @@ return array(
'required_with' => 'A(z) :attribute mező kötelező, ha a(z) :values jelen van.',
'required_without' => 'A(z) :attribute mező kötelező, ha a(z) :values nincs jelen.',
'same' => 'A(z) :attribute és a(z) :other egyező kell, hogy legyen.',
'size' => array(
'size' => [
'numeric' => 'A(z) :attribute :size kell, hogy legyen.',
'file' => 'A(z) :attribute :size kilobájt kell, hogy legyen.',
'string' => 'A(z) :attribute :size karakter kell, hogy legyen.',
'array' => 'A(z) :attribute :size elemeket kell, hogy tartalmazzon.',
),
],
'unique' => 'A(z) :attribute már foglalt.',
'url' => 'A(z) :attribute formátuma érvénytelen.',
@ -80,7 +81,7 @@ return array(
|
*/
'custom' => array(),
'custom' => [],
/*
|--------------------------------------------------------------------------
@ -93,6 +94,12 @@ return array(
|
*/
'attributes' => array()
'attributes' => [
'nev' => 'név',
'email' => 'e-mail',
'telefon' => 'telefon',
'targy' => 'tárgy',
'uzenet' => 'üzenet',
],
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => "Isian :attribute hanya boleh berisi huruf dan angka.",
"array" => "Isian :attribute harus berupa sebuah larik (array).",
"before" => "Isian :attribute harus tanggal sebelum :date.",
"between" => array(
"between" => [
"numeric" => "Isian :attribute harus antara :min dan :max.",
"file" => "Isian :attribute harus antara :min dan :max kilobita.",
"string" => "Isian :attribute harus antara :min dan :max karakter.",
"array" => "Isian :attribute harus antara :min dan :max butir.",
),
],
"boolean" => "Isian :attribute harus berupa true atau false",
"confirmed" => "Konfirmasi :attribute tidak cocok.",
"date" => "Isian :attribute bukan tanggal yang valid.",
@ -40,19 +40,19 @@ return array(
"in" => "Isian :attribute yang dipilih tidak valid.",
"integer" => "Isian :attribute harus merupakan bilangan bulat.",
"ip" => "Isian :attribute harus berupa alamat IP yang valid.",
"max" => array(
"max" => [
"numeric" => "Isian :attribute tidak boleh lebih dari :max.",
"file" => "Isian :attribute tidak boleh lebih dari :max kilobita.",
"string" => "Isian :attribute tidak boleh lebih dari :max karakter.",
"array" => "Isian :attribute tidak boleh lebih dari :max butir.",
),
],
"mimes" => "Isian :attribute harus berkas berjenis : :values.",
"min" => array(
"min" => [
"numeric" => "Isian :attribute minimal :min.",
"file" => "Isian :attribute minimal :min kilobita.",
"string" => "Isian :attribute minimal :min karakter.",
"array" => "Isian :attribute minimal :min butir.",
),
],
"not_in" => "Isian :attribute yang dipilih tidak valid.",
"numeric" => "Isian :attribute harus berupa angka.",
"regex" => "Format isian :attribute tidak valid.",
@ -63,12 +63,12 @@ return array(
"required_without" => "Bidang isian :attribute wajib diisi bila tidak terdapat :values.",
"required_without_all" => "Bidang isian :attribute wajib diisi bila tidak terdapat ada :values.",
"same" => "Isian :attribute dan :other harus sama.",
"size" => array(
"size" => [
"numeric" => "Isian :attribute harus berukuran :size.",
"file" => "Isian :attribute harus berukuran :size kilobita.",
"string" => "Isian :attribute harus berukuran :size karakter.",
"array" => "Isian :attribute harus mengandung :size butir.",
),
],
"unique" => "Isian :attribute sudah ada sebelumnya.",
"url" => "Format isian :attribute tidak valid.",
@ -98,4 +98,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attributeには、英数字('A-Z','a-z','0-9')が使用できます。",
"array" => ":attributeには、配列を指定してください。",
"before" => ":attributeには、:date以前の日付を指定してください。",
"between" => array(
"between" => [
"numeric" => ":attributeには、:minから、:maxまでの数字を指定してください。",
"file" => ":attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。",
"string" => ":attributeは、:min文字から:max文字にしてください。",
"array" => ":attributeの項目は、:min個から:max個にしてください。",
),
],
"boolean" => ":attributeには、'true'か'false'を指定してください。",
"confirmed" => ":attributeと:attribute確認が一致しません。",
"date" => ":attributeは、正しい日付ではありません。",
@ -40,19 +40,19 @@ return array(
"in" => "選択された:attributeは、有効ではありません。",
"integer" => ":attributeには、整数を指定してください。",
"ip" => ":attributeには、有効なIPアドレスを指定してください。",
"max" => array(
"max" => [
"numeric" => ":attributeには、:max以下の数字を指定してください。",
"file" => ":attributeには、:max KB以下のファイルを指定してください。",
"string" => ":attributeは、:max文字以下にしてください。",
"array" => ":attributeの項目は、:max個以下にしてください。",
),
],
"mimes" => ":attributeには、:valuesタイプのファイルを指定してください。",
"min" => array(
"min" => [
"numeric" => ":attributeには、:min以上の数字を指定してください。",
"file" => ":attributeには、:min KB以上のファイルを指定してください。",
"string" => ":attributeは、:min文字以上にしてください。",
"array" => ":attributeの項目は、:max個以上にしてください。",
),
],
"not_in" => "選択された:attributeは、有効ではありません。",
"numeric" => ":attributeには、数字を指定してください。",
"regex" => ":attributeには、有効な正規表現を指定してください。",
@ -63,12 +63,12 @@ return array(
"required_without" => ":valuesが指定されていない場合、:attributeを指定してください。",
"required_without_all" => ":valuesが全て指定されていない場合、:attributeを指定してください。",
"same" => ":attributeと:otherが一致しません。",
"size" => array(
"size" => [
"numeric" => ":attributeには、:sizeを指定してください。",
"file" => ":attributeには、:size KBのファイルを指定してください。",
"string" => ":attributeは、:size文字にしてください。",
"array" => ":attributeの項目は、:size個にしてください。",
),
],
"unique" => "指定の:attributeは既に使用されています。",
"url" => ":attributeは、有効なURL形式で指定してください。",
"timezone" => ":attributeには、有効なタイムゾーンを指定してください。",
@ -84,9 +84,9 @@ return array(
|
*/
'custom' => array(
'custom' => [
'phone.regex' => '電話番号の形式が正しくありません。',
),
],
/*
|--------------------------------------------------------------------------
@ -99,12 +99,12 @@ return array(
|
*/
'attributes' => array(
'attributes' => [
'name' => '名前',
'email' => 'メールアドレス',
'phone' => '電話番号',
'subject' => 'お申し込み・お問い合わせ内容',
'body' => 'メッセージ',
),
],
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute drīkst saturēt tikai burtus un skaitļus.",
"array" => ":attribute jābūt masīvam.",
"before" => ":attribute jābūt datumam pirms :date.",
"between" => array(
"between" => [
"numeric" => ":attribute jābūt starp :min - :max.",
"file" => ":attribute jābūt no :min - :max kilobaitiem.",
"string" => ":attribute jābūt no :min - :max simboliem.",
"array" => ":attribute jābūt no :min - :max objektiem.",
),
],
"confirmed" => ":attribute apstiprinājums nesakrīt.",
"date" => ":attribute ir nederīgs datums.",
"date_format" => ":attribute nesakrīt ar formātu :format.",
@ -39,20 +39,20 @@ return array(
"in" => "Izvēlētais :attribute ir nederīgs.",
"integer" => ":attribute ir jābūt skaitlim.",
"ip" => ":attribute ir jābūt derīgai IP adresei.",
"max" => array(
"max" => [
"numeric" => ":attribute nedrīkst pārsniegt :max.",
"file" => ":attribute nedrīkst pārsniegt :max kilobaitus.",
"string" => ":attribute nedrīkst pārsniegt :max simbolus.",
"array" => ":attribute nedrīkst pārsniegt :max objektus.",
),
],
"mimes" => ":attribute jabūt failam ar tipu: :values.",
"extensions" => ":attribute jābūt ar paplašinājumu: :values.",
"min" => array(
"min" => [
"numeric" => ":attribute jābūt vismaz :min.",
"file" => ":attribute jabūt vismaz :min kilobaitiem.",
"string" => ":attribute jābūt vismaz :min simboliem.",
"array" => ":attribute jābūt vismaz :min objektiem.",
),
],
"not_in" => "Izvēlētais :attribute nav derīgs.",
"numeric" => ":attribute jabūt skaitlim.",
"regex" => ":attribute formāts nav derīgs.",
@ -61,12 +61,12 @@ return array(
"required_with" => ":attribute lauks ir obligāts, ja :values ir norādītas.",
"required_without" => ":attribute lauks ir obligāts, ja :values nav norādītas.",
"same" => ":attribute un :other ir jāsakrīt.",
"size" => array(
"size" => [
"numeric" => ":attribute ir jābūt :size.",
"file" => ":attribute ir jābūt :size kilobaitiem.",
"string" => ":attribute ir jābūt :size simboliem.",
"array" => ":attribute ir jābūt :size objektiem.",
),
],
"unique" => ":attribute ir jau aizņemts.",
"url" => ":attribute nederīgs formāts.",
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute może zawierać jedynie litery i cyfry.",
"array" => ":attribute musi być tablicą.",
"before" => ":attribute musi być datą wcześniejszą od :date.",
"between" => array(
"between" => [
"numeric" => ":attribute musi zawierać się w granicach :min - :max.",
"file" => ":attribute musi zawierać się w granicach :min - :max kilobajtów.",
"string" => ":attribute musi zawierać się w granicach :min - :max znaków.",
"array" => ":attribute musi składać się z :min - :max elementów.",
),
],
"confirmed" => "Potwierdzenie :attribute nie zgadza się.",
"date" => ":attribute nie jest prawidłową datą.",
"date_format" => ":attribute nie jest w formacie :format.",
@ -39,20 +39,20 @@ return array(
"in" => "Zaznaczony :attribute jest nieprawidłowy.",
"integer" => ":attribute musi być liczbą całkowitą.",
"ip" => ":attribute musi być prawidłowym adresem IP.",
"max" => array(
"max" => [
"numeric" => ":attribute nie może być większy niż :max.",
"file" => ":attribute nie może być większy niż :max kilobajtów.",
"string" => ":attribute nie może być dłuższy niż :max znaków.",
"array" => ":attribute nie może mieć więcej niż :max elementów.",
),
],
"mimes" => ":attribute musi być plikiem typu :values.",
"extensions" => ":attribute musi być rozszerzeniem :values.",
"min" => array(
"min" => [
"numeric" => ":attribute musi być nie mniejszy od :min.",
"file" => ":attribute musi mieć przynajmniej :min kilobajtów.",
"string" => ":attribute musi mieć przynajmniej :min znaków.",
"array" => ":attribute musi mieć przynajmniej :min elementów.",
),
],
"not_in" => "Zaznaczony :attribute jest nieprawidłowy.",
"numeric" => ":attribute musi być liczbą.",
"regex" => "Format :attribute jest nieprawidłowy.",
@ -61,12 +61,12 @@ return array(
"required_with" => "Pole :attribute jest wymagane gdy :values jest obecny.",
"required_without" => "Pole :attribute jest wymagane gdy :values nie jest obecny.",
"same" => "Pole :attribute i :other muszą się zgadzać.",
"size" => array(
"size" => [
"numeric" => ":attribute musi mieć :size.",
"file" => ":attribute musi mieć :size kilobajtów.",
"string" => ":attribute musi mieć :size znaków.",
"array" => ":attribute musi zawierać :size elementów.",
),
],
"unique" => "Taki :attribute już występuje.",
"url" => "Format :attribute jest nieprawidłowy.",
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => "Atributul :attribute poate sa contina doar litere si numere.",
"array" => "Atributul :attribute trebuie sa fie de tip array.",
"before" => "Atributul :attribute trebuie sa fie o data inainte de data de :date.",
"between" => array(
"between" => [
"numeric" => "Atributul :attribute trebuie sa fie intre :min - :max.",
"file" => "Atributul :attribute trebuie sa fie intre :min - :max kilobytes.",
"string" => "Atributul :attribute trebuie sa fie intre :min - :max caractere.",
"array" => "Atributul :attribute trebuie sa aiba intre :min - :max elemente.",
),
],
"confirmed" => "Atributul :attribute de confirmare nu se potriveste.",
"date" => "Atributul :attribute nu este o data valida.",
"date_format" => "Atributul :attribute nu se potriveste cu formatul :format.",
@ -39,19 +39,19 @@ return array(
"in" => "Atributul selectat :attribute este invalid.",
"integer" => "Atributul :attribute trebuie sa fie un numar.",
"ip" => "Atributul :attribute trebuie sa fie o adresa IP valida.",
"max" => array(
"max" => [
"numeric" => "Atributul :attribute nu poate fi mai mare de :max.",
"file" => "Atributul :attribute nu poate fi mai mare de :max kilobytes.",
"string" => "Atributul :attribute nu poate fi mai mare de :max caractere.",
"array" => "Atributul :attribute nu poate avea mai mult de :max elemente.",
),
],
"mimes" => "Atributul :attribute trebuie sa fie un fisier de tipul: :values.",
"min" => array(
"min" => [
"numeric" => "Atributul :attribute trebuie sa aiba cel putin :min caractere",
"file" => "Atributul :attribute trebuie sa aiba cel putin :min kilobytes.",
"string" => "Atributul :attribute trebuie sa aiba cel putin :min caractere.",
"array" => "Atributul :attribute trebuie sa aiba cel putin :min elemente.",
),
],
"not_in" => "Atributul selectat :attribute este invalid.",
"numeric" => "Atributul :attribute trebuie sa fie un numar.",
"regex" => "Formatul atributului :attribute este invalid.",
@ -60,12 +60,12 @@ return array(
"required_with" => "Campul atributului :attribute este necesar cand valorea :values este prezenta.",
"required_without" => "Campul atributului :attribute este necesar cand valoarea :values nu este prezenta.",
"same" => "Atributele :attribute si :other trebuie sa corespunda.",
"size" => array(
"size" => [
"numeric" => "Atributul :attribute trebuie sa aiba dimensiunea :size.",
"file" => "Atributul :attribute trebuie sa aiba dimensiunea :size kilobytes.",
"string" => "Atributul :attribute trebuie sa aiba :size caractere.",
"array" => "Atributul :attribute trebuie sa contina :size elemente.",
),
],
"unique" => "Atributul :attribute exista deja.",
"url" => "Formatul atributului :attribute este invalid.",
@ -95,4 +95,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute får endast innehålla bokstäver och nummer",
"array" => ":attribute måste vara en array.",
"before" => ":attribute måste vara ett datum innan :date.",
"between" => array(
"between" => [
"numeric" => ":attribute måste vara mellan :min - :max.",
"file" => ":attribute måste vara mellan :min - :max kilobytes.",
"string" => ":attribute måste vara mellan :min - :max tecken.",
"array" => ":attribute måste ha mellan :min - :max objekt.",
),
],
"confirmed" => ":attribute bekräftelse matchar ej.",
"date" => ":attribute är inte ett korrekt datum.",
"date_format" => ":attribute matchar inte formatet :format.",
@ -39,20 +39,20 @@ return array(
"in" => "Valt :attribute är felaktigt.",
"integer" => ":attribute måste vara en siffra.",
"ip" => ":attribute måste vara en giltig epost-adress.",
"max" => array(
"max" => [
"numeric" => ":attribute får inte vara större än :max.",
"file" => ":attribute får inte vara större än :max kilobytes.",
"string" => ":attribute får inte vara större än :max tecken.",
"array" => ":attribute får inte innehålla mer än :max objekt.",
),
],
"mimes" => ":attribute måste vara en fil av typen: :values.",
"extensions" => ":attribute måste ha ett av följande filtillägg: :values.",
"min" => array(
"min" => [
"numeric" => ":attribute måste vara minst :min.",
"file" => ":attribute måste vara minst :min kilobytes.",
"string" => ":attribute måste vara minst :min tecken.",
"array" => ":attribute måste ha minst :min objekt.",
),
],
"not_in" => "Valt :attribute är felaktigt.",
"numeric" => ":attribute måste vara ett number.",
"regex" => ":attribute format är felaktigt.",
@ -61,12 +61,12 @@ return array(
"required_with" => ":attribute field är obligatoriskt när :values är satt.",
"required_without" => ":attribute field är obligatoriskt när :values ej är satt.",
"same" => ":attribute and :other måste matcha.",
"size" => array(
"size" => [
"numeric" => ":attribute måste vara :size.",
"file" => ":attribute måste vara :size kilobytes.",
"string" => ":attribute måste vara :size tecken.",
"array" => ":attribute måste innehålla :size objekt.",
),
],
"unique" => ":attribute är redan upptaget.",
"url" => "Formatet :attribute är felaktigt.",
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute 只能包含字母和数字.",
"array" => ":attribute 只能是一个数组.",
"before" => ":attribute 必须是 :date 之前的一个日期.",
"between" => array(
"between" => [
"numeric" => ":attribute 在 :min - :max 之间.",
"file" => ":attribute 在 :min - :max kilobytes之间.",
"string" => ":attribute 在 :min - :max 字符之间.",
"array" => ":attribute 在 :min - :max 个之间.",
),
],
"confirmed" => ":attribute 的确认不满足.",
"date" => ":attribute 不是一个合法的日期.",
"date_format" => ":attribute 不符合 :format 格式.",
@ -39,20 +39,20 @@ return array(
"in" => "选中的 :attribute 无效.",
"integer" => ":attribute 必须是数字.",
"ip" => ":attribute 必须是一个有效的IP地址.",
"max" => array(
"max" => [
"numeric" => ":attribute 不能大于 :max.",
"file" => ":attribute 不能大于 :max kilobytes.",
"string" => ":attribute 不能超过 :max 字符.",
"array" => ":attribute 不能超过 :max 个.",
),
],
"mimes" => ":attribute 必须是一个: :values 类型的文件.",
"extensions" => ":attribute 必须有一个扩展: :values.",
"min" => array(
"min" => [
"numeric" => ":attribute 必须至少 :min.",
"file" => ":attribute 必须至少 :min kilobytes.",
"string" => ":attribute 必须至少 :min 字符.",
"array" => ":attribute 必须至少 :min 个.",
),
],
"not_in" => "选中的 :attribute 无效.",
"numeric" => ":attribute 必须是一个数字.",
"regex" => ":attribute 格式无效.",
@ -61,12 +61,12 @@ return array(
"required_with" => "需要 :attribute 字段, 当 :values 是当前值.",
"required_without" => "需要 :attribute 字段, 当 :values 不是当前值.",
"same" => ":attribute 和 :other 必须匹配.",
"size" => array(
"size" => [
"numeric" => ":attribute 必须是 :size.",
"file" => ":attribute 必须是 :size kilobytes.",
"string" => ":attribute 必须是 :size 字符.",
"array" => ":attribute 必须是 :size 个.",
),
],
"unique" => ":attribute 已占用.",
"url" => ":attribute 格式无效.",
@ -96,4 +96,4 @@ return array(
'attributes' => array(),
);
];

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -21,12 +21,12 @@ return array(
"alpha_num" => ":attribute 只能包含字母和數字.",
"array" => ":attribute 只能是一個陣列.",
"before" => ":attribute 必須是 :date 之前的一個日期.",
"between" => array(
"between" => [
"numeric" => ":attribute 在 :min - :max 之間.",
"file" => ":attribute 在 :min - :max kilobytes之間.",
"string" => ":attribute 在 :min - :max 字元之間.",
"array" => ":attribute 在 :min - :max 個之間.",
),
],
"confirmed" => ":attribute 的確認不滿足.",
"date" => ":attribute 不是一個合法的日期.",
"date_format" => ":attribute 不符合 :format 格式.",
@ -39,19 +39,19 @@ return array(
"in" => "選取的 :attribute 無效.",
"integer" => ":attribute 必須是數字.",
"ip" => ":attribute 必須是一個有效的IP地址.",
"max" => array(
"max" => [
"numeric" => ":attribute 不能大於 :max.",
"file" => ":attribute 不能大於 :max kilobytes.",
"string" => ":attribute 不能超過 :max 字元.",
"array" => ":attribute 不能超過 :max 個.",
),
],
"mimes" => ":attribute 必須是一個: :values 類型的檔案.",
"min" => array(
"min" => [
"numeric" => ":attribute 必須至少 :min.",
"file" => ":attribute 必須至少 :min kilobytes.",
"string" => ":attribute 必須至少 :min 字元.",
"array" => ":attribute 必須至少 :min 個.",
),
],
"not_in" => "選取的 :attribute 無效.",
"numeric" => ":attribute 必須是一個數字.",
"regex" => ":attribute 格式無效.",
@ -60,12 +60,12 @@ return array(
"required_with" => "需要 :attribute 字串, 當 :values 是目前值.",
"required_without" => "需要 :attribute 字串, 當 :values 不是目前值.",
"same" => ":attribute 和 :other 必須相符.",
"size" => array(
"size" => [
"numeric" => ":attribute 必須是 :size.",
"file" => ":attribute 必須是 :size kilobytes.",
"string" => ":attribute 必須是 :size 字元.",
"array" => ":attribute 必須是 :size 個.",
),
],
"unique" => ":attribute 已使用.",
"url" => ":attribute 格式無效.",
@ -95,4 +95,4 @@ return array(
'attributes' => array(),
);
];