mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix Romanian translation linting
This commit is contained in:
parent
8110b7f3a5
commit
709952ac4b
2 changed files with 4 additions and 6 deletions
|
@ -11,7 +11,6 @@ export default {
|
||||||
longDateTime: "d MMMM 'в' p",
|
longDateTime: "d MMMM 'в' p",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
translation: {
|
translation: {
|
||||||
common: {
|
common: {
|
||||||
aboutPlanka: 'Despre Planka',
|
aboutPlanka: 'Despre Planka',
|
||||||
|
@ -153,8 +152,10 @@ export default {
|
||||||
title: 'Titlu',
|
title: 'Titlu',
|
||||||
userActions_title: 'Acțiunile utilizatorului',
|
userActions_title: 'Acțiunile utilizatorului',
|
||||||
userAddedThisCardToList: '<0>{{user}}</0><1> a adăugat acest card în {{list}}</1>',
|
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>',
|
userLeftNewCommentToCard:
|
||||||
userMovedCardFromListToList: '{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
|
'{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}</2>',
|
||||||
|
userMovedCardFromListToList:
|
||||||
|
'{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
|
||||||
userMovedThisCardFromListToList:
|
userMovedThisCardFromListToList:
|
||||||
'<0>{{user}}</0><1> a mutat aceast card din {{fromList}} în {{toList}}</1>',
|
'<0>{{user}}</0><1> a mutat aceast card din {{fromList}} în {{toList}}</1>',
|
||||||
username: 'Nume utilizator',
|
username: 'Nume utilizator',
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
import merge from 'lodash/merge';
|
|
||||||
|
|
||||||
import login from './login';
|
import login from './login';
|
||||||
import core from './core';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
language: 'ro',
|
language: 'ro',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue