mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 07:55:27 +02:00
Romanian language translation
adding Romanian language translation
This commit is contained in:
parent
a26c468a9d
commit
6aca3f82d5
5 changed files with 290 additions and 5 deletions
|
@ -1,17 +1,14 @@
|
||||||
import ar from './ar';
|
|
||||||
import bn from './bn';
|
|
||||||
import cs from './cs';
|
import cs from './cs';
|
||||||
import da from './da';
|
import da from './da';
|
||||||
import de from './de';
|
import de from './de';
|
||||||
import en from './en';
|
import en from './en';
|
||||||
import es from './es';
|
import es from './es';
|
||||||
import fr from './fr';
|
import fr from './fr';
|
||||||
import hi from './hi';
|
|
||||||
import it from './it';
|
import it from './it';
|
||||||
import ja from './ja';
|
import ja from './ja';
|
||||||
import ko from './ko';
|
import ko from './ko';
|
||||||
import nl from './nl';
|
|
||||||
import pl from './pl';
|
import pl from './pl';
|
||||||
|
import ro from './ro';
|
||||||
import ru from './ru';
|
import ru from './ru';
|
||||||
import sk from './sk';
|
import sk from './sk';
|
||||||
import sv from './sv';
|
import sv from './sv';
|
||||||
|
@ -19,7 +16,7 @@ import tr from './tr';
|
||||||
import uz from './uz';
|
import uz from './uz';
|
||||||
import zh from './zh';
|
import zh from './zh';
|
||||||
|
|
||||||
const locales = [ar, bn, cs, da, de, en, es, fr, hi, it, ja, ko, nl, pl, ru, sk, sv, tr, uz, zh];
|
const locales = [cs, da, de, en, es, fr, it, ja, ko, pl, ro, ru, sk, sv, tr, uz, zh];
|
||||||
|
|
||||||
export default locales;
|
export default locales;
|
||||||
|
|
||||||
|
|
239
client/src/locales/ro/core.js
Normal file
239
client/src/locales/ro/core.js
Normal file
|
@ -0,0 +1,239 @@
|
||||||
|
import dateFns from 'date-fns/locale/ro';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
dateFns,
|
||||||
|
|
||||||
|
format: {
|
||||||
|
date: 'P',
|
||||||
|
time: 'HH:mm',
|
||||||
|
dateTime: '$t(format:date) $t(format:time)',
|
||||||
|
longDate: 'd MMM',
|
||||||
|
longDateTime: "d MMMM 'в' p",
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
translation: {
|
||||||
|
common: {
|
||||||
|
aboutPlanka: 'Despre Planka',
|
||||||
|
account: 'Account',
|
||||||
|
actions: 'Actions',
|
||||||
|
addAttachment_title: 'Add Attachment',
|
||||||
|
addComment: 'Adaugă comentariu',
|
||||||
|
addManager_title: 'Adaugă Manager',
|
||||||
|
addMember_title: 'Adaugă Membru',
|
||||||
|
addUser_title: 'Adaugă Utilizator',
|
||||||
|
administrator: 'Administrator',
|
||||||
|
all: 'Toate',
|
||||||
|
allChangesWillBeAutomaticallySavedAfterConnectionRestored:
|
||||||
|
'Toate modificarile vor fi salvate automat<br />dupa restabilirea conexiunii',
|
||||||
|
areYouSureYouWantToDeleteThisAttachment: 'Are you sure you want to delete this attachment?',
|
||||||
|
areYouSureYouWantToDeleteThisBoard: 'Are you sure you want to delete this board?',
|
||||||
|
areYouSureYouWantToDeleteThisCard: 'Are you sure you want to delete this card?',
|
||||||
|
areYouSureYouWantToDeleteThisComment: 'Are you sure you want to delete this comment?',
|
||||||
|
areYouSureYouWantToDeleteThisLabel: 'Are you sure you want to delete this label?',
|
||||||
|
areYouSureYouWantToDeleteThisList: 'Are you sure you want to delete this list?',
|
||||||
|
areYouSureYouWantToDeleteThisProject: 'Are you sure you want to delete this project?',
|
||||||
|
areYouSureYouWantToDeleteThisTask: 'Are you sure you want to delete this task?',
|
||||||
|
areYouSureYouWantToDeleteThisUser: 'Are you sure you want to delete this user?',
|
||||||
|
areYouSureYouWantToLeaveBoard: 'Are you sure you want to leave the board?',
|
||||||
|
areYouSureYouWantToLeaveProject: 'Are you sure you want to leave the project?',
|
||||||
|
areYouSureYouWantToRemoveThisManagerFromProject:
|
||||||
|
'Are you sure you want to remove this manager from the project?',
|
||||||
|
areYouSureYouWantToRemoveThisMemberFromBoard:
|
||||||
|
'Are you sure you want to remove this member from the board?',
|
||||||
|
attachment: 'Attachment',
|
||||||
|
attachments: 'Attachments',
|
||||||
|
authentication: 'Authentication',
|
||||||
|
background: 'Background',
|
||||||
|
board: 'Board',
|
||||||
|
boardNotFound_title: 'Board Not Found',
|
||||||
|
canComment: 'Poate comenta',
|
||||||
|
canEditContentOfBoard: 'Can edit the content of the board',
|
||||||
|
canOnlyViewBoard: 'Can only view the board',
|
||||||
|
cardActions_title: 'Card Actions',
|
||||||
|
cardNotFound_title: 'Card Not Found',
|
||||||
|
cardOrActionAreDeleted: 'Card or action are deleted',
|
||||||
|
color: 'Culoarea',
|
||||||
|
createBoard_title: 'Create Board',
|
||||||
|
createLabel_title: 'Create Label',
|
||||||
|
createNewOneOrSelectExistingOne: 'Crează unu nou sau selectează<br />unu deja existent',
|
||||||
|
createProject_title: 'Crează Proiect',
|
||||||
|
createTextFile_title: 'Crează un Fișier Text',
|
||||||
|
currentPassword: 'Parola Curentă',
|
||||||
|
dangerZone_title: 'Zona periculoasă',
|
||||||
|
date: 'Data',
|
||||||
|
dueDate_title: 'Data Limita',
|
||||||
|
deleteAttachment_title: 'Delete Attachment',
|
||||||
|
deleteBoard_title: 'Delete Board',
|
||||||
|
deleteCard_title: 'Delete Card',
|
||||||
|
deleteComment_title: 'Delete Comment',
|
||||||
|
deleteLabel_title: 'Delete Label',
|
||||||
|
deleteList_title: 'Delete List',
|
||||||
|
deleteProject_title: 'Delete Project',
|
||||||
|
deleteTask_title: 'Delete Task',
|
||||||
|
deleteUser_title: 'Delete User',
|
||||||
|
description: 'Description',
|
||||||
|
detectAutomatically: 'Detect automatically',
|
||||||
|
dropFileToUpload: 'Drop file to upload',
|
||||||
|
editor: 'Editor',
|
||||||
|
editAttachment_title: 'Edit Attachment',
|
||||||
|
editAvatar_title: 'Edit Avatar',
|
||||||
|
editBoard_title: 'Edit Board',
|
||||||
|
editDueDate_title: 'Edit Due Date',
|
||||||
|
editEmail_title: 'Edit E-mail',
|
||||||
|
editInformation_title: 'Edit Information',
|
||||||
|
editLabel_title: 'Edit Label',
|
||||||
|
editPassword_title: 'Edit Password',
|
||||||
|
editPermissions_title: 'Edit Permissions',
|
||||||
|
editStopwatch_title: 'Edit Stopwatch',
|
||||||
|
editUsername_title: 'Edit Username',
|
||||||
|
email: 'E-mail',
|
||||||
|
emailAlreadyInUse: 'E-mail already in use',
|
||||||
|
enterCardTitle: 'Enter card title... [Ctrl+Enter] to auto-open',
|
||||||
|
enterDescription: 'Enter description...',
|
||||||
|
enterFilename: 'Enter filename',
|
||||||
|
enterListTitle: 'Enter list title...',
|
||||||
|
enterProjectTitle: 'Enter project title',
|
||||||
|
enterTaskDescription: 'Enter task description...',
|
||||||
|
filterByLabels_title: 'Filter By Labels',
|
||||||
|
filterByMembers_title: 'Filter By Members',
|
||||||
|
fromComputer_title: 'From Computer',
|
||||||
|
fromTrello: 'From Trello',
|
||||||
|
general: 'General',
|
||||||
|
hours: 'Hours',
|
||||||
|
importBoard_title: 'Import Board',
|
||||||
|
invalidCurrentPassword: 'Invalid current password',
|
||||||
|
labels: 'Labels',
|
||||||
|
language: 'Language',
|
||||||
|
leaveBoard_title: 'Leave Board',
|
||||||
|
leaveProject_title: 'Leave Project',
|
||||||
|
list: 'List',
|
||||||
|
listActions_title: 'List Actions',
|
||||||
|
managers: 'Managers',
|
||||||
|
members: 'Members',
|
||||||
|
minutes: 'Minutes',
|
||||||
|
moveCard_title: 'Move Card',
|
||||||
|
name: 'Name',
|
||||||
|
newEmail: 'New e-mail',
|
||||||
|
newPassword: 'New password',
|
||||||
|
newUsername: 'New username',
|
||||||
|
noConnectionToServer: 'No connection to server',
|
||||||
|
noBoards: 'No boards',
|
||||||
|
noLists: 'No lists',
|
||||||
|
noProjects: 'No projects',
|
||||||
|
notifications: 'Notifications',
|
||||||
|
noUnreadNotifications: 'No unread notifications',
|
||||||
|
openBoard_title: 'Open Board',
|
||||||
|
optional_inline: 'optional',
|
||||||
|
organization: 'Organization',
|
||||||
|
phone: 'Phone',
|
||||||
|
preferences: 'Preferences',
|
||||||
|
pressPasteShortcutToAddAttachmentFromClipboard:
|
||||||
|
'Tip: press Ctrl-V (Cmd-V on Mac) to add an attachment from the clipboard',
|
||||||
|
project: 'Project',
|
||||||
|
projectNotFound_title: 'Project Not Found',
|
||||||
|
removeManager_title: 'Remove Manager',
|
||||||
|
removeMember_title: 'Remove Member',
|
||||||
|
searchLabels: 'Search labels...',
|
||||||
|
searchMembers: 'Search members...',
|
||||||
|
searchUsers: 'Search users...',
|
||||||
|
seconds: 'Seconds',
|
||||||
|
selectBoard: 'Select board',
|
||||||
|
selectList: 'Select list',
|
||||||
|
selectPermissions_title: 'Select Permissions',
|
||||||
|
selectProject: 'Select project',
|
||||||
|
settings: 'Settings',
|
||||||
|
stopwatch: 'Stopwatch',
|
||||||
|
subscribeToMyOwnCardsByDefault: 'Subscribe to my own cards by default',
|
||||||
|
taskActions_title: 'Task Actions',
|
||||||
|
tasks: 'Tasks',
|
||||||
|
thereIsNoPreviewAvailableForThisAttachment:
|
||||||
|
'There is no preview available for this attachment',
|
||||||
|
time: 'Time',
|
||||||
|
title: 'Title',
|
||||||
|
userActions_title: 'User Actions',
|
||||||
|
userAddedThisCardToList: '<0>{{user}}</0><1> added this card to {{list}}</1>',
|
||||||
|
userLeftNewCommentToCard: '{{user}} left a new comment «{{comment}}» to <2>{{card}}</2>',
|
||||||
|
userMovedCardFromListToList: '{{user}} moved <2>{{card}}</2> from {{fromList}} to {{toList}}',
|
||||||
|
userMovedThisCardFromListToList:
|
||||||
|
'<0>{{user}}</0><1> moved this card from {{fromList}} to {{toList}}</1>',
|
||||||
|
username: 'Nume utilizator',
|
||||||
|
usernameAlreadyInUse: 'Nume utilizator deja exista',
|
||||||
|
users: 'Utilizatori',
|
||||||
|
version: 'Versiunea',
|
||||||
|
viewer: 'Viewer',
|
||||||
|
writeComment: 'Scrie un comentariu...',
|
||||||
|
},
|
||||||
|
|
||||||
|
action: {
|
||||||
|
addAnotherCard: 'Add another card',
|
||||||
|
addAnotherList: 'Add another list',
|
||||||
|
addAnotherTask: 'Add another task',
|
||||||
|
addCard: 'Add card',
|
||||||
|
addCard_title: 'Add Card',
|
||||||
|
addComment: 'Add comment',
|
||||||
|
addList: 'Add list',
|
||||||
|
addMember: 'Add member',
|
||||||
|
addMoreDetailedDescription: 'Adauga descrierea mai detaliata',
|
||||||
|
addTask: 'Add task',
|
||||||
|
addToCard: 'Add to card',
|
||||||
|
addUser: 'Add user',
|
||||||
|
createBoard: 'Create board',
|
||||||
|
createFile: 'Create file',
|
||||||
|
createLabel: 'Create label',
|
||||||
|
createNewLabel: 'Create new label',
|
||||||
|
createProject: 'Create project',
|
||||||
|
delete: 'Delete',
|
||||||
|
deleteAttachment: 'Delete attachment',
|
||||||
|
deleteAvatar: 'Delete avatar',
|
||||||
|
deleteBoard: 'Delete board',
|
||||||
|
deleteCard: 'Delete card',
|
||||||
|
deleteCard_title: 'Delete Card',
|
||||||
|
deleteComment: 'Delete comment',
|
||||||
|
deleteImage: 'Delete image',
|
||||||
|
deleteLabel: 'Delete label',
|
||||||
|
deleteList: 'Delete list',
|
||||||
|
deleteList_title: 'Delete List',
|
||||||
|
deleteProject: 'Delete project',
|
||||||
|
deleteProject_title: 'Delete Project',
|
||||||
|
deleteTask: 'Delete task',
|
||||||
|
deleteTask_title: 'Delete Task',
|
||||||
|
deleteUser: 'Delete user',
|
||||||
|
edit: 'Edit',
|
||||||
|
editDueDate_title: 'Edit Due Date',
|
||||||
|
editDescription_title: 'Edit Description',
|
||||||
|
editEmail_title: 'Edit E-mail',
|
||||||
|
editInformation_title: 'Edit Information',
|
||||||
|
editPassword_title: 'Edit Password',
|
||||||
|
editPermissions: 'Edit permissions',
|
||||||
|
editStopwatch_title: 'Edit Stopwatch',
|
||||||
|
editTitle_title: 'Edit Title',
|
||||||
|
editUsername_title: 'Edit Username',
|
||||||
|
hideDetails: 'Hide details',
|
||||||
|
import: 'Import',
|
||||||
|
leaveBoard: 'Leave board',
|
||||||
|
leaveProject: 'Leave project',
|
||||||
|
logOut_title: 'Log Out',
|
||||||
|
makeCover_title: 'Make Cover',
|
||||||
|
move: 'Move',
|
||||||
|
moveCard_title: 'Move Card',
|
||||||
|
remove: 'Remove',
|
||||||
|
removeBackground: 'Remove background',
|
||||||
|
removeCover_title: 'Remove Cover',
|
||||||
|
removeFromBoard: 'Remove from board',
|
||||||
|
removeFromProject: 'Remove from project',
|
||||||
|
removeManager: 'Remove manager',
|
||||||
|
removeMember: 'Remove member',
|
||||||
|
save: 'Salveaza',
|
||||||
|
showAllAttachments: 'Show all attachments ({{hidden}} hidden)',
|
||||||
|
showDetails: 'Arată details',
|
||||||
|
showFewerAttachments: 'Show fewer attachments',
|
||||||
|
start: 'Start',
|
||||||
|
stop: 'Stop',
|
||||||
|
subscribe: 'Subscribe',
|
||||||
|
unsubscribe: 'Unsubscribe',
|
||||||
|
uploadNewAvatar: 'Upload new avatar',
|
||||||
|
uploadNewImage: 'Upload new image',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
16
client/src/locales/ro/index.html
Normal file
16
client/src/locales/ro/index.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head> </head>
|
||||||
|
<body>
|
||||||
|
<form id="search" name="search" method="post"
|
||||||
|
<label>
|
||||||
|
Title
|
||||||
|
<input type="text" value="" autoFocus />
|
||||||
|
</label>
|
||||||
|
</form>
|
||||||
|
<script>
|
||||||
|
const input = document.querySelector("input");
|
||||||
|
input.focus();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
11
client/src/locales/ro/index.js
Normal file
11
client/src/locales/ro/index.js
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
import merge from 'lodash/merge';
|
||||||
|
|
||||||
|
import login from './login';
|
||||||
|
import core from './core';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
language: 'ro',
|
||||||
|
country: 'ro',
|
||||||
|
name: 'Română',
|
||||||
|
embeddedLocale: login,
|
||||||
|
};
|
22
client/src/locales/ro/login.js
Normal file
22
client/src/locales/ro/login.js
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
export default {
|
||||||
|
translation: {
|
||||||
|
common: {
|
||||||
|
emailOrUsername: 'E-mail sau nume de utilizator',
|
||||||
|
invalidEmailOrUsername: 'E-mail sau nume de utilizator introduse greșit',
|
||||||
|
invalidPassword: 'Parola greșita',
|
||||||
|
logInToPlanka: 'Autentificarea în Planka',
|
||||||
|
noInternetConnection: 'Lipsește conexiunea cu internet',
|
||||||
|
pageNotFound_title: 'Pagina n-a fost găsită',
|
||||||
|
password: 'Parola',
|
||||||
|
projectManagement: 'Gestionarea proiectului',
|
||||||
|
serverConnectionFailed: 'Conexiunea cu Server a eșuat',
|
||||||
|
unknownError: 'Eroarea necunoscuta, mai incercați',
|
||||||
|
useSingleSignOn: 'Folosiți autentificarea unica',
|
||||||
|
},
|
||||||
|
|
||||||
|
action: {
|
||||||
|
logIn: 'Autentificarea',
|
||||||
|
logInWithSSO: 'Autentificarea cu SSO',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue