1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix Romanian translation linting

This commit is contained in:
Maksim Eltyshev 2023-11-24 12:43:00 +01:00
parent 8110b7f3a5
commit 709952ac4b
2 changed files with 4 additions and 6 deletions

View file

@ -11,7 +11,6 @@ export default {
longDateTime: "d MMMM 'в' p",
},
translation: {
common: {
aboutPlanka: 'Despre Planka',
@ -153,8 +152,10 @@ export default {
title: 'Titlu',
userActions_title: 'Acțiunile utilizatorului',
userAddedThisCardToList: '<0>{{user}}</0><1> a adăugat acest card în {{list}}</1>',
userLeftNewCommentToCard: '{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
userLeftNewCommentToCard:
'{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}</2>',
userMovedCardFromListToList:
'{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> a mutat aceast card din {{fromList}} în {{toList}}</1>',
username: 'Nume utilizator',

View file

@ -1,7 +1,4 @@
import merge from 'lodash/merge';
import login from './login';
import core from './core';
export default {
language: 'ro',