User:*Youngjin/edit

From Wikidata
Jump to navigation Jump to search
  • autoedit
                'ko': {
                        'box-title': '자동 레이블 삽입기',                      //Title of the script
                        'box-cancel': '닫기',                                  //Close button
                        'box-send': '갱신',                                   //Update button
                        'sended': '보내기',                                     //The message that alert you when it's sended
                        'labels': '레이블',                                     //First option
                        'descriptions': '설명',                         //Second option
                        'list': '리스트',                                        //third option
                        'none': 'None',                                         //none list selected
                        'warning-message': '<ul><li> 레이블 : 자동적으로 레이블이 없는 언어에 인터위키를 이용해 표제어를 삽입합니다. </li><li> 설명 : 설명을 자동으로 업데이트 할 수 합니다.(<a href="http://www.wikidata.org/w/index.php?title=User:'+wgUserName+'/autoEditLists.js&action=edit&editintro=User talk:Jitrixis/autoEdit.js/editintro">link</a>).</li></ul>',                                      //The message that explain what are the uses of each option and a link to the custom page
                },

  • interwiki addition
		'ko': {
			'box-title': '인터위키 가져오기',
			'box-warning': '경고: 이 스크립트는 자동적으로 인터위키 충돌 확인 없이 특정 위키에서 인터위키를 가져옵니다. 귀하는 위키데이터에 인터위키를 가져오기 전에, 선택한 위키의 문서 페이지에서 모든 인터위키가 올바른지 확인해야 합니다.',
			'box-lang': '가져올 위키: ',
			'box-updateLabels': '관련된 링크의 명칭과 함께 빈 레이블을 자동 완성',
			'import': '가져오기',
			'error-api': 'API와의 통신에 실패하였습니다!',
			'error-wiki': '선택된 위키에 오류가 있습니다!',
			'error-page': '해당 문서가 존재하지 않습니다.',
			'error-pageNotFound': '선택된 위키에서 링크를 찾을 수 없었습니다!',
			'error-save': '저장 오류: ',
			'success-links': '인터위키를 가져왔습니다!',
			'success-labels': '레이블을 가져왔습니다!',
			'nolinkstoupdate': '모든 인터위키가 이미 존재합니다. 아무 것도 작업되지 않았습니다.'
		},

  • labellister
'en': {
                        'box-title': 'Labels list',                                     //Title of the dialog box and tab
                        'box-cancel': 'Close',                                          //Title of the button to close the dialog box
                        'label': 'Label',                                               // seconde table name
                        'description': 'Description',                                   // third table name
                        'alias': 'Alias',                                               // fourth table name
                        'edit': 'Edit',                                                 // Edit button
                        'send': 'Save',                                                 // Save button
                        'end': 'Finish',                                                // Finnish button
                        'reload': 'Reload',                                             // Reload button
                        'lang': 'Code language',                                        // the first value on edit menu
                        'all-delete': 'Delete all',                                     // checkbox to delete all aliases
                        'add': 'Add aliases',                                           // the fourth value on edit menu
                        'remove': 'Remove aliases',                                     // the fifth value on edit menu 
                        'warning-alias': 'Separate aliases with \'|\'',                 // You can add several alias if separated by a vertical bar
                        'warning-message': 'Labels list of <b>Q' + itemId + '</b> :'    // The message inside the dialog box
                },
'ko': {
                        'box-title': '레이블 목록',                                     //Title of the dialog box and tab
                        'box-cancel': '닫기',                                           //Title of the button to close the dialog box
                        'label': '레이블',                                              // seconde table name
                        'description': '설명',                                          // third table name
                        'alias': '별명',                                                // fourth table name
                        'edit': '편집',                                                 // Edit button
                        'send': '저장',                                                 // Save button
                        'end': '끝내기',                                                // Finnish button
                        'reload': '새로 고침',                                          // Reload button
                        'lang': '언어 코드',                                            // the first value on edit menu
                        'all-delete': '모두 지우기',                                    // checkbox to delete all aliases
                        'add': '별명 추가',                                             // the fourth value on edit menu
                        'remove': '별명 제거',                                          // the fifth value on edit menu 
                        'warning-alias': '별명은 \'|\'로 구분해주세요',                 // You can add several alias if separated by a vertical bar
                        'warning-message': '<b>Q' + itemId + '</b>의 레이블 목록 :'     // The message inside the dialog box
                },