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:
parent
8110b7f3a5
commit
709952ac4b
2 changed files with 4 additions and 6 deletions
|
@ -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',
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
import merge from 'lodash/merge';
|
||||
|
||||
import login from './login';
|
||||
import core from './core';
|
||||
|
||||
export default {
|
||||
language: 'ro',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue