fix: Fix Romanian translation linting
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user