generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations toggle-edit-mode.json (Lithuanian)
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
public/locales/lt/layout/header/actions/toggle-edit-mode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"description": "", | ||
"description": "Redagavimo režime galite reguliuoti plytekes ir konfigūruoti programas. Pakeitimai neišsaugomi, kol neišeinate iš redagavimo režimo.", | ||
"button": { | ||
"disabled": "", | ||
"enabled": "" | ||
"disabled": "Įjunkite redagavimo režimą", | ||
"enabled": "Išeikite ir išsaugokite" | ||
}, | ||
"popover": { | ||
"title": "", | ||
"text": "" | ||
"title": "Redagavimo režimas įjungtas <1>{{size}}</1> dydžiui", | ||
"text": "Galite koreguoti save programas. Pakeitimai yra <strong>neišsaugomi</strong>, kol neišeinate iš redagavimo režimo" | ||
}, | ||
"unloadEvent": "" | ||
"unloadEvent": "Išeikite iš redagavimo režimo, kad išsaugotumėte pakeitimus" | ||
} |