File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,19 @@ export default {
88 close_btn : "Close" ,
99 example : "Example" ,
1010 ui : {
11- success : "RSS успешно загружен " ,
12- pending : "Загрузка фидов ..." ,
11+ success : "RSS successfully loaded " ,
12+ pending : "Loading feeds ..." ,
1313 } ,
1414 errors : {
1515 exists : "This feed has already been added" ,
1616 required : "Required field" ,
1717 notUrl : "Link must be a valid URL" ,
18- noRss : "Ресурс не содержит валидный RSS" ,
19- network : "Ошибка сети " ,
20- unknown : "Неизвестная ошибка. Что-то пошло не так ." ,
18+ noRss : "The resource does not contain a valid RSS" ,
19+ network : "Network error " ,
20+ unknown : "Unknown error. Something went wrong ." ,
2121 } ,
2222 feeds : "Feeds" ,
2323 posts : "Posts" ,
2424 preview : "Preview" ,
2525 } ,
2626} ;
27-
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export default {
99 example : "Пример" ,
1010 ui : {
1111 success : "RSS успешно загружен" ,
12+ pending : "Загрузка фидов..." ,
1213 } ,
1314 errors : {
1415 exists : "RSS уже существует" ,
You can’t perform that action at this time.
0 commit comments