fix: linting

This commit is contained in:
Artemy 2023-04-22 12:23:29 +03:00
parent 1542768e25
commit 687abb318e
8 changed files with 25 additions and 11 deletions

View file

@ -71,7 +71,6 @@ let en = {
Search: "Search",
NoNotesFound: "No notes found",
LocalNote: "Local",
PublicNote: "Public",
Menu: "Menu",
};

View file

@ -73,7 +73,7 @@ let eo = {
Search: "Serĉo",
NoNotesFound: "Neniuj notoj trovitaj",
LocalNote: "Loka",
PublicNote: "Publika",
PublishNote: "Publika",
Menu: "Menuo",
};

View file

@ -73,7 +73,7 @@ let es = {
Search: "Buscar",
NoNotesFound: "No se encontraron notas",
LocalNote: "Local",
PublicNote: "Pública",
PublishNote: "Pública",
Menu: "Menú",
};

View file

@ -73,7 +73,7 @@ let ja = {
Search: "検索",
NoNotesFound: "メモが見つかりません",
LocalNote: "地元",
PublicNote: "公共",
PublishNote: "公共",
Menu: "メニュー",
};

View file

@ -71,7 +71,7 @@ let zh = {
Search: "搜索",
NoNotesFound: "找不到笔记",
LocalNote: "当地的",
PublicNote: "民众",
PublishNote: "民众",
Menu: "菜单",
};