Add cli command to compare locales + cleanup translation files
This commit is contained in:
@@ -38,15 +38,11 @@ return array(
|
||||
'No user' => 'Nincs felhasználó',
|
||||
'Forbidden' => 'tiltott',
|
||||
'Access Forbidden' => 'Hozzáférés megtagadva',
|
||||
'Only administrators can access to this page.' => 'Csak a rendszergazdák férhetnek hozzá az oldalhoz.',
|
||||
'Edit user' => 'Felhasználó módosítása',
|
||||
'Logout' => 'Kilépés',
|
||||
'Bad username or password' => 'Rossz felhasználónév vagy jelszó',
|
||||
'users' => 'felhasználók',
|
||||
'projects' => 'projektek',
|
||||
'Edit project' => 'Projekt szerkesztése',
|
||||
'Name' => 'Név',
|
||||
'Activated' => 'Aktiválva',
|
||||
'Projects' => 'Projektek',
|
||||
'No project' => 'Nincs projekt',
|
||||
'Project' => 'Projekt',
|
||||
@@ -56,7 +52,6 @@ return array(
|
||||
'Actions' => 'Műveletek',
|
||||
'Inactive' => 'Inaktív',
|
||||
'Active' => 'Aktív',
|
||||
'Column %d' => 'Oszlop %d',
|
||||
'Add this column' => 'Oszlop hozzáadása',
|
||||
'%d tasks on the board' => '%d feladat a táblán',
|
||||
'%d tasks in total' => 'Összesen %d feladat',
|
||||
@@ -67,14 +62,11 @@ return array(
|
||||
'New project' => 'Új projekt',
|
||||
'Do you really want to remove this project: "%s"?' => 'Valóban törölni akarja ezt a projektet: "%s"?',
|
||||
'Remove project' => 'Projekt törlése',
|
||||
'Boards' => 'Táblák',
|
||||
'Edit the board for "%s"' => 'Tábla szerkesztése: "%s"',
|
||||
'All projects' => 'Minden projekt',
|
||||
'Change columns' => 'Oszlop módosítása',
|
||||
'Add a new column' => 'Új oszlop',
|
||||
'Title' => 'Cím',
|
||||
'Add Column' => 'Oszlopot hozzáad',
|
||||
'Project "%s"' => 'Projekt "%s"',
|
||||
'Nobody assigned' => 'Nincs felelős',
|
||||
'Assigned to %s' => 'Felelős: %s',
|
||||
'Remove a column' => 'Oszlop törlése',
|
||||
@@ -87,16 +79,12 @@ return array(
|
||||
'Language' => 'Nyelv',
|
||||
'Webhook token:' => 'Webhook token:',
|
||||
'API token:' => 'API token:',
|
||||
'More information' => 'További információ',
|
||||
'Database size:' => 'Adatbázis méret:',
|
||||
'Download the database' => 'Adatbázis letöltése',
|
||||
'Optimize the database' => 'Adatbázis optimalizálása',
|
||||
'(VACUUM command)' => '(VACUUM parancs)',
|
||||
'(Gzip compressed Sqlite file)' => '(Gzip tömörített SQLite fájl)',
|
||||
'User settings' => 'Felhasználói beállítások',
|
||||
'My default project:' => 'Alapértelmezett projekt: ',
|
||||
'Close a task' => 'Feladat lezárása',
|
||||
'Do you really want to close this task: "%s"?' => 'Tényleg le akarja zárni ezt a feladatot: "%s"?',
|
||||
'Edit a task' => 'Feladat módosítása',
|
||||
'Column' => 'Oszlop',
|
||||
'Color' => 'Szín',
|
||||
@@ -121,19 +109,15 @@ return array(
|
||||
'The password is required' => 'Jelszó szükséges',
|
||||
'This value must be an integer' => 'Ez az érték csak egész szám lehet',
|
||||
'The username must be unique' => 'A felhasználó nevének egyedinek kell lennie',
|
||||
'The username must be alphanumeric' => 'A felhasználói név csak alfanumerikus lehet (betűk és számok)',
|
||||
'The user id is required' => 'A felhasználói azonosítót meg kell adni',
|
||||
'Passwords don\'t match' => 'A jelszavak nem egyeznek',
|
||||
'The confirmation is required' => 'Megerősítés szükséges',
|
||||
'The column is required' => 'Az oszlopot meg kell adni',
|
||||
'The project is required' => 'A projektet meg kell adni',
|
||||
'The color is required' => 'A színt meg kell adni',
|
||||
'The id is required' => 'Az ID-t (azonosítót) meg kell adni',
|
||||
'The project id is required' => 'A projekt ID-t (azonosítót) meg kell adni',
|
||||
'The project name is required' => 'A projekt nevét meg kell adni',
|
||||
'This project must be unique' => 'A projekt nevének egyedinek kell lennie',
|
||||
'The title is required' => 'A címet meg kell adni',
|
||||
'The language is required' => 'A nyelvet meg kell adni',
|
||||
'There is no active project, the first step is to create a new project.' => 'Nincs aktív projekt. Először létre kell hozni egy projektet.',
|
||||
'Settings saved successfully.' => 'A beállítások sikeresen mentve.',
|
||||
'Unable to save your settings.' => 'A beállítások mentése sikertelen.',
|
||||
@@ -173,9 +157,7 @@ return array(
|
||||
'Date created' => 'Létrehozás időpontja',
|
||||
'Date completed' => 'Befejezés időpontja',
|
||||
'Id' => 'ID',
|
||||
'No task' => 'Nincs feladat',
|
||||
'Completed tasks' => 'Elvégzett feladatok',
|
||||
'List of projects' => 'Projektek listája',
|
||||
'Completed tasks for "%s"' => 'Elvégzett feladatok: %s',
|
||||
'%d closed tasks' => '%d lezárt feladat',
|
||||
'No task for this project' => 'Nincs feladat ebben a projektben',
|
||||
@@ -187,29 +169,22 @@ return array(
|
||||
'Sorry, I didn\'t find this information in my database!' => 'Ez az információ nem található az adatbázisban!',
|
||||
'Page not found' => 'Az oldal nem található',
|
||||
'Complexity' => 'Bonyolultság',
|
||||
'limit' => 'határ',
|
||||
'Task limit' => 'Maximális számú feladat',
|
||||
'Task count' => 'Feladatok száma',
|
||||
'This value must be greater than %d' => 'Az értéknek nagyobbnak kell lennie, mint %d',
|
||||
'Edit project access list' => 'Projekt hozzáférés módosítása',
|
||||
'Edit users access' => 'Felhasználók hozzáférésének módosítása',
|
||||
'Allow this user' => 'Engedélyezi ezt a felhasználót',
|
||||
'Only those users have access to this project:' => 'Csak ezek a felhasználók férhetnek hozzá a projekthez:',
|
||||
'Don\'t forget that administrators have access to everything.' => 'Ne felejtsük el: a rendszergazdák mindenhez hozzáférnek.',
|
||||
'Revoke' => 'Visszavon',
|
||||
'List of authorized users' => 'Az engedélyezett felhasználók',
|
||||
'User' => 'Felhasználó',
|
||||
'Nobody have access to this project.' => 'Senkinek sincs hozzáférése a projekthez.',
|
||||
'You are not allowed to access to this project.' => 'Nincs hozzáférési joga a projekthez.',
|
||||
'Comments' => 'Hozzászólások',
|
||||
'Post comment' => 'Hozzászólás elküldése',
|
||||
'Write your text in Markdown' => 'Írja be a szöveget Markdown szintaxissal',
|
||||
'Leave a comment' => 'Írjon hozzászólást ...',
|
||||
'Comment is required' => 'A hozzászólás mező kötelező',
|
||||
'Leave a description' => 'Írjon leírást ...',
|
||||
'Comment added successfully.' => 'Hozzászólás sikeresen elküldve.',
|
||||
'Unable to create your comment.' => 'Hozzászólás létrehozása nem lehetséges.',
|
||||
'The description is required' => 'A leírás szükséges',
|
||||
'Edit this task' => 'Feladat módosítása',
|
||||
'Due Date' => 'Határidő',
|
||||
'Invalid date' => 'Érvénytelen dátum',
|
||||
@@ -236,15 +211,12 @@ return array(
|
||||
'Save this action' => 'Intézkedés mentése',
|
||||
'Do you really want to remove this action: "%s"?' => 'Valóban törölni akarja ezt az intézkedést: "%s"?',
|
||||
'Remove an automatic action' => 'Automatikus intézkedés törlése',
|
||||
'Close the task' => 'Feladat lezárása',
|
||||
'Assign the task to a specific user' => 'Feladat kiosztása megadott felhasználónak',
|
||||
'Assign the task to the person who does the action' => 'Feladat kiosztása az intézkedő személynek',
|
||||
'Duplicate the task to another project' => 'Feladat másolása másik projektbe',
|
||||
'Move a task to another column' => 'Feladat mozgatása másik oszlopba',
|
||||
'Move a task to another position in the same column' => 'Feladat mozgatása oszlopon belül',
|
||||
'Task modification' => 'Feladat módosítása',
|
||||
'Task creation' => 'Feladat létrehozása',
|
||||
'Open a closed task' => 'Lezárt feladat felnyitása',
|
||||
'Closing a task' => 'Feladat lezárása',
|
||||
'Assign a color to a specific user' => 'Szín hozzárendelése a felhasználóhoz',
|
||||
'Column title' => 'Oszlopfejléc',
|
||||
@@ -254,7 +226,6 @@ return array(
|
||||
'Duplicate to another project' => 'Másolás másik projektbe',
|
||||
'Duplicate' => 'Másolás',
|
||||
'link' => 'link',
|
||||
'Update this comment' => 'Hozzászólás frissítése',
|
||||
'Comment updated successfully.' => 'Megjegyzés sikeresen frissítve.',
|
||||
'Unable to update your comment.' => 'Megjegyzés frissítése sikertelen.',
|
||||
'Remove a comment' => 'Megjegyzés törlése',
|
||||
@@ -262,12 +233,9 @@ return array(
|
||||
'Unable to remove this comment.' => 'Megjegyzés törölése nem lehetséges.',
|
||||
'Do you really want to remove this comment?' => 'Valóban törölni szeretné ezt a megjegyzést?',
|
||||
'Only administrators or the creator of the comment can access to this page.' => 'Csak a rendszergazdák és a megjegyzés létrehozója férhet hozzá az oldalhoz.',
|
||||
'Details' => 'Részletek',
|
||||
'Current password for the user "%s"' => 'Felhasználó jelenlegi jelszava: "%s"',
|
||||
'The current password is required' => 'A jelenlegi jelszót meg kell adni',
|
||||
'Wrong password' => 'Hibás jelszó',
|
||||
'Reset all tokens' => 'Reseteld az összes tokent',
|
||||
'All tokens have been regenerated.' => 'Minden token újra lett generálva.',
|
||||
'Unknown' => 'Ismeretlen',
|
||||
'Last logins' => 'Legutóbbi bejelentkezések',
|
||||
'Login date' => 'Bejelentkezés dátuma',
|
||||
@@ -303,7 +271,6 @@ return array(
|
||||
'Unlink my Google Account' => 'Válaszd le a Google fiókomat',
|
||||
'Login with my Google Account' => 'Jelentkezzen be Google fiókkal',
|
||||
'Project not found.' => 'A projekt nem található.',
|
||||
'Task #%d' => 'Feladat #%d.',
|
||||
'Task removed successfully.' => 'Feladat sikeresen törölve.',
|
||||
'Unable to remove this task.' => 'A feladatot nem lehet törölni.',
|
||||
'Remove a task' => 'Feladat törlése',
|
||||
@@ -324,7 +291,6 @@ return array(
|
||||
'Unable to remove this category.' => 'A kategória törlése nem lehetséges.',
|
||||
'Category modification for the project "%s"' => 'Kategória módosítása a projektben "%s"',
|
||||
'Category Name' => 'Kategória neve',
|
||||
'Categories for the project "%s"' => 'Projekt kategóriák "%s"',
|
||||
'Add a new category' => 'Új kategória',
|
||||
'Do you really want to remove this category: "%s"?' => 'Valóban törölni akarja ezt a kategóriát: "%s"?',
|
||||
'Filter by category' => 'Szűrés kategória szerint',
|
||||
@@ -390,7 +356,6 @@ return array(
|
||||
'Modification date' => 'Módosítás dátuma',
|
||||
'Completion date' => 'Befejezés határideje',
|
||||
'Clone' => 'Másolat',
|
||||
'Clone Project' => 'Projekt másolása',
|
||||
'Project cloned successfully.' => 'A projekt sikeresen másolva.',
|
||||
'Unable to clone this project.' => 'A projekt másolása sikertelen.',
|
||||
'Email notifications' => 'E-mail értesítések',
|
||||
@@ -407,7 +372,6 @@ return array(
|
||||
'New attachment added "%s"' => 'Új melléklet "%s" hozzáadva.',
|
||||
'Comment updated' => 'Megjegyzés frissítve',
|
||||
'New comment posted by %s' => 'Új megjegyzés %s',
|
||||
'List of due tasks for the project "%s"' => 'Projekt esedékes feladatai: "%s"',
|
||||
'New attachment' => 'Új melléklet',
|
||||
'New comment' => 'Új megjegyzés',
|
||||
'New subtask' => 'Új részfeladat',
|
||||
@@ -415,21 +379,15 @@ return array(
|
||||
'Task updated' => 'Feladat frissítve',
|
||||
'Task closed' => 'Feladat lezárva',
|
||||
'Task opened' => 'Feladat megnyitva',
|
||||
'[%s][Due tasks]' => '[%s] [Esedékes feladatok]',
|
||||
'[Kanboard] Notification' => '[Kanboard] értesítés',
|
||||
'I want to receive notifications only for those projects:' => 'Csak ezekről a projektekről kérek értesítést:',
|
||||
'view the task on Kanboard' => 'feladat megtekintése a Kanboardon',
|
||||
'Public access' => 'Nyilvános hozzáférés',
|
||||
'Category management' => 'Kategóriák kezelése',
|
||||
'User management' => 'Felhasználók kezelése',
|
||||
'Active tasks' => 'Aktív feladatok',
|
||||
'Disable public access' => 'Nyilvános hozzáférés letiltása',
|
||||
'Enable public access' => 'Nyilvános hozzáférés engedélyezése',
|
||||
'Active projects' => 'Aktív projektek',
|
||||
'Inactive projects' => 'Inaktív projektek',
|
||||
'Public access disabled' => 'Nyilvános hozzáférés letiltva',
|
||||
'Do you really want to disable this project: "%s"?' => 'Tényleg szeretné letiltani ezt a projektet: "%s"',
|
||||
'Do you really want to duplicate this project: "%s"?' => 'Tényleg szeretné megkettőzni ezt a projektet: "%s"',
|
||||
'Do you really want to enable this project: "%s"?' => 'Tényleg szeretné engedélyezni ezt a projektet: "%s"',
|
||||
'Project activation' => 'Projekt aktiválás',
|
||||
'Move the task to another project' => 'Feladat áthelyezése másik projektbe',
|
||||
@@ -498,9 +456,6 @@ return array(
|
||||
'Task assignee change' => 'Felelős módosítása',
|
||||
'%s change the assignee of the task #%d to %s' => '%s a felelőst módosította #%d %s',
|
||||
'%s changed the assignee of the task %s to %s' => '%s a felelőst %s módosította: %s',
|
||||
'Column Change' => 'Oszlop változtatás',
|
||||
'Position Change' => 'Pozíció változtatás',
|
||||
'Assignee Change' => 'Felelős változtatás',
|
||||
'New password for the user "%s"' => 'Felhasználó új jelszava: %s',
|
||||
'Choose an event' => 'Válasszon eseményt',
|
||||
'Github commit received' => 'GitHub commit érkezett',
|
||||
@@ -553,12 +508,10 @@ return array(
|
||||
'Everybody have access to this project.' => 'Mindenki elérheti a projektet',
|
||||
'Webhooks' => 'Webhook',
|
||||
'API' => 'API',
|
||||
'Integration' => 'Integráció',
|
||||
'Github webhooks' => 'Github webhooks',
|
||||
'Help on Github webhooks' => 'Github Webhook súgó',
|
||||
'Create a comment from an external provider' => 'Megjegyzés létrehozása külső felhasználótól',
|
||||
'Github issue comment created' => 'Github issue megjegyzés létrehozva',
|
||||
'Configure' => 'Beállítások',
|
||||
'Project management' => 'Projekt menedzsment',
|
||||
'My projects' => 'Projektjeim',
|
||||
'Columns' => 'Oszlopok',
|
||||
@@ -576,7 +529,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Felhasználó újrafelosztás: %s',
|
||||
'Clone this project' => 'Projekt másolása',
|
||||
'Column removed successfully.' => 'Oszlop sikeresen törölve.',
|
||||
'Edit Project' => 'Projekt szerkesztése',
|
||||
'Github Issue' => 'Github issue',
|
||||
'Not enough data to show the graph.' => 'Nincs elég adat a grafikonhoz.',
|
||||
'Previous' => 'Előző',
|
||||
@@ -657,7 +609,6 @@ return array(
|
||||
'All swimlanes' => 'Minden folyamat',
|
||||
'All colors' => 'Minden szín',
|
||||
'All status' => 'Minden állapot',
|
||||
'Add a comment logging moving the task between columns' => 'Feladat oszlopok közötti mozgatását megjegyzésben feltüntetni',
|
||||
'Moved to column %s' => '%s oszlopba áthelyezve',
|
||||
'Change description' => 'Leírás szerkesztés',
|
||||
'User dashboard' => 'Felhasználói vezérlőpult',
|
||||
@@ -922,4 +873,74 @@ return array(
|
||||
// 'Two factor authentication enabled' => '',
|
||||
// 'Unable to update this user.' => '',
|
||||
// 'There is no user management for private projects.' => '',
|
||||
// 'User that will receive the email' => '',
|
||||
// 'Email subject' => '',
|
||||
// 'Date' => '',
|
||||
// 'By @%s on Bitbucket' => '',
|
||||
// 'Bitbucket Issue' => '',
|
||||
// 'Commit made by @%s on Bitbucket' => '',
|
||||
// 'Commit made by @%s on Github' => '',
|
||||
// 'By @%s on Github' => '',
|
||||
// 'Commit made by @%s on Gitlab' => '',
|
||||
// 'Add a comment log when moving the task between columns' => '',
|
||||
// 'Move the task to another column when the category is changed' => '',
|
||||
// 'Send a task by email to someone' => '',
|
||||
// 'Reopen a task' => '',
|
||||
// 'Bitbucket issue opened' => '',
|
||||
// 'Bitbucket issue closed' => '',
|
||||
// 'Bitbucket issue reopened' => '',
|
||||
// 'Bitbucket issue assignee change' => '',
|
||||
// 'Bitbucket issue comment created' => '',
|
||||
// 'Column change' => '',
|
||||
// 'Position change' => '',
|
||||
// 'Swimlane change' => '',
|
||||
// 'Assignee change' => '',
|
||||
// '[%s] Overdue tasks' => '',
|
||||
// 'Notification' => '',
|
||||
// '%s moved the task #%d to the first swimlane' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// 'Swimlane' => '',
|
||||
// 'Budget overview' => '',
|
||||
// 'Type' => '',
|
||||
// 'There is not enough data to show something.' => '',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
// '%s moved the task %s to the first swimlane' => '',
|
||||
// '%s moved the task %s to the swimlane "%s"' => '',
|
||||
// 'This report contains all subtasks information for the given date range.' => '',
|
||||
// 'This report contains all tasks information for the given date range.' => '',
|
||||
// 'Project activities for %s' => '',
|
||||
// 'view the board on Kanboard' => '',
|
||||
// 'The task have been moved to the first swimlane' => '',
|
||||
// 'The task have been moved to another swimlane:' => '',
|
||||
// 'Overdue tasks for the project "%s"' => '',
|
||||
// 'There is no completed tasks at the moment.' => '',
|
||||
// 'New title: %s' => '',
|
||||
// 'The task is not assigned anymore' => '',
|
||||
// 'New assignee: %s' => '',
|
||||
// 'There is no category now' => '',
|
||||
// 'New category: %s' => '',
|
||||
// 'New color: %s' => '',
|
||||
// 'New complexity: %d' => '',
|
||||
// 'The due date have been removed' => '',
|
||||
// 'There is no description anymore' => '',
|
||||
// 'Recurrence settings have been modified' => '',
|
||||
// 'Time spent changed: %sh' => '',
|
||||
// 'Time estimated changed: %sh' => '',
|
||||
// 'The field "%s" have been updated' => '',
|
||||
// 'The description have been modified' => '',
|
||||
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
||||
// 'Swimlane: %s' => '',
|
||||
// 'Project calendar' => '',
|
||||
// 'I want to receive notifications for:' => '',
|
||||
// 'All tasks' => '',
|
||||
// 'Only for tasks assigned to me' => '',
|
||||
// 'Only for tasks created by me' => '',
|
||||
// 'Only for tasks created by me and assigned to me' => '',
|
||||
// '%A' => '',
|
||||
// '%b %e, %Y, %k:%M %p' => '',
|
||||
// 'New due date: %B %e, %Y' => '',
|
||||
// 'Start date changed: %B %e, %Y' => '',
|
||||
// '%k:%M %p' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user