mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 12:43:14 +03:00
fix: linting
This commit is contained in:
parent
1542768e25
commit
687abb318e
8 changed files with 25 additions and 11 deletions
|
@ -71,7 +71,6 @@ let en = {
|
|||
Search: "Search",
|
||||
NoNotesFound: "No notes found",
|
||||
LocalNote: "Local",
|
||||
PublicNote: "Public",
|
||||
Menu: "Menu",
|
||||
};
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ let eo = {
|
|||
Search: "Serĉo",
|
||||
NoNotesFound: "Neniuj notoj trovitaj",
|
||||
LocalNote: "Loka",
|
||||
PublicNote: "Publika",
|
||||
PublishNote: "Publika",
|
||||
Menu: "Menuo",
|
||||
};
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ let es = {
|
|||
Search: "Buscar",
|
||||
NoNotesFound: "No se encontraron notas",
|
||||
LocalNote: "Local",
|
||||
PublicNote: "Pública",
|
||||
PublishNote: "Pública",
|
||||
Menu: "Menú",
|
||||
};
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ let ja = {
|
|||
Search: "検索",
|
||||
NoNotesFound: "メモが見つかりません",
|
||||
LocalNote: "地元",
|
||||
PublicNote: "公共",
|
||||
PublishNote: "公共",
|
||||
Menu: "メニュー",
|
||||
};
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ let zh = {
|
|||
Search: "搜索",
|
||||
NoNotesFound: "找不到笔记",
|
||||
LocalNote: "当地的",
|
||||
PublicNote: "民众",
|
||||
PublishNote: "民众",
|
||||
Menu: "菜单",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue